-
Notifications
You must be signed in to change notification settings - Fork 29
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
Issue with vjul
directory
#71
Comments
Hi @vnikoofard, can you try |
PS. Let me know if that works so I can update the documentation with something clearer. |
Now it gives the following error
But it's strange! I have this directory in my Home |
I think this is a corner case that we missed before. We use
|
I'm confused, as you said |
I think I got it now. Try The explanation is from https://unix.stackexchange.com/questions/684395/tilde-expansion-vs-variables-in-bash. It looks like To test this, create a bash tmp.sh
sudo bash tmp.sh
sudo -E bash tmp.sh In my case it returned /home/abel
/root
/home/abel |
Excellent solution! Thanks Abel! Now the upgrading works fine. |
Ah, great news. I will try to improve the documentation for this case. Thanks for reporting this.
|
Ah, just one more comment. After upgrading to 1.8 and copying the environments using jill, to update the package using Pkg it throws an error |
Thanks for the report. |
To fix this you can change the ownership of the files in your environments like this: sudo chown -R vahid:users ~/.julia/environments/v1.8 Check with |
Hi,
I'm trying to update my Julia 1.7.3 installation using the following command
sudo ./jill.sh -u julia-1.7.3
But I get the following errorcp: cannot stat '/root/.julia/environments/vjul': No such file or directory
I also had installed the version 1.7.3 using jill.
Any help is appreciated.
The text was updated successfully, but these errors were encountered: