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
If you have not logged in since you installed Lean and mathlib, then you may need to first type source ~/.profile or source ~/.bash_profile depending on your OS.
Someone just asked about this in the Xena Discord, about an error on Windows, which was bash: /c/Users/<their username>/.profile: No such file or directory. I told them to just close Git Bash and reopen it, which should do the same thing. Weirdly, if I do ls -a in Git Bash on my computer, I do see ~/.profile.
It might be worth mentioning explicitly what to do/expect on each OS, since right now it's expecting users to already be familiar with the command line. I would make a PR but it's been years since I last used Mac/Linux, and Windows behaviour seems to vary?
The text was updated successfully, but these errors were encountered:
in https://leanprover-community.github.io/install/project.html, there is a line
Someone just asked about this in the Xena Discord, about an error on Windows, which was
bash: /c/Users/<their username>/.profile: No such file or directory
. I told them to just close Git Bash and reopen it, which should do the same thing. Weirdly, if I dols -a
in Git Bash on my computer, I do see~/.profile
.It might be worth mentioning explicitly what to do/expect on each OS, since right now it's expecting users to already be familiar with the command line. I would make a PR but it's been years since I last used Mac/Linux, and Windows behaviour seems to vary?
The text was updated successfully, but these errors were encountered: