You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C:\Users\kim>curl -O --location https://raw.githubusercontent.com/leanprover/elan/master/elan-init.ps1
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 2522 100 2522 0 0 5745 0 --:--:-- --:--:-- --:--:-- 5771
C:\Users\kim>powershell -ExecutionPolicy Bypass -f elan-init.ps1
### Elan install only supports 64-bit Windows with AMD64 architecture
1
C:\Users\kim>del elan-init.ps1
However in a git bash terminal
curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh
gives me a working lean/lake with no issues.
The text was updated successfully, but these errors were encountered:
On Windows 11, running inside Parallels on Apple Silicon (perhaps an unusual combination):
Running
in a Windows
cmd
terminal results in:However in a
git bash
terminalgives me a working
lean
/lake
with no issues.The text was updated successfully, but these errors were encountered: