Zulip Chat Archive
Stream: new members
Topic: Setting up lean on Mac
Big john (Mar 21 2024 at 02:43):
Yo whats up gang I'm having trouble with installing lean. I used the usual code to paste in terminal, and we're stuck on this screen for ages:
Screenshot-2024-03-21-at-02.36.45.png
Do I just need to wait for longer or should I do something else?
Johan Commelin (Mar 21 2024 at 03:51):
Which "usual code" do you mean?
Shanghe Chen (Mar 21 2024 at 05:19):
emm,it seems you are running brew install elan-init
. It does take some time to setup the llvm and clang stuffs in this way
Big john (Mar 21 2024 at 13:24):
Hi, so I actually did get further than this, but it asks me to update my OS and I don't wanna do that :( is there any other way around it?
Yaël Dillies (Mar 21 2024 at 13:24):
You can use gitpod.io
Big john (Mar 21 2024 at 13:33):
Yaël Dillies said:
You can use gitpod.io
How does this work? Sorry, completely new to this :sweat_smile:
Yaël Dillies (Mar 21 2024 at 13:35):
This is an online instance of vscode, so you don't need to install anything on your old and unupgradable OS
Matthew Ballard (Mar 21 2024 at 13:40):
Is this the “usual code”?
curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh
Big john (Mar 21 2024 at 19:42):
Matthew Ballard said:
Is this the “usual code”?
curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh
I'm using this: https://leanprover-community.github.io/install/macos.html
Big john (Mar 21 2024 at 20:39):
Yaël Dillies said:
This is an online instance of vscode, so you don't need to install anything on your old and unupgradable OS
Ooh ok does it have all the same functionality as the lean download? For example I want to start contribute to mathlib, can I do this just as easily like that? Sorry if this is an obvious question haha
Big john (Mar 21 2024 at 20:58):
Great, thank you all, I will try using it
Last updated: May 02 2025 at 03:31 UTC