-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.8.0 Bug: OS error: Permission denied #272
Comments
Same error here, with a fresh install of choosenim, then running |
@geotre Try this code. export SHELL=/bin/sh
./init.sh |
I think this permission error is probably related to the move to |
I've submitted a PR to zippy to preserve file permissions: guzba/zippy#32 |
After running
choosenim update self
,choosenim update devel
, andchoosenim devel
, I get the following error:I managed to fix the error by running
sudo chmod +x ~/.choosenim/toolchains/nim-#devel/bin/nim
.The text was updated successfully, but these errors were encountered: