-
Notifications
You must be signed in to change notification settings - Fork 13
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 running viva on Ubuntu #110
Comments
Hi, I was just installing this on Ubuntu myself - the installation kind of fails because it cannot create a symbolic link in a location that requires ERROR: Error building `VariantVisualization`:
ERROR: LoadError: IOError: symlink("/home/jena/.julia/packages/VariantVisualization/1yoNl/viva", "/usr/local/bin/viva"): permission denied (EACCES) So you can make the link manually and it will work. I actually did not want to use ln -s /home/jena/.julia/packages/VariantVisualization/1yoNl/viva ~/bin/viva Note that I still have some problems with dependencies, but at least now |
Thank you, I'll give that a go and see how it runs |
I got around this issue by launching the julia console with sudo: sudo julia
]add VariantVisualization |
@nahanoo Interesting, although most users won't have |
Hello
I'm trying to use the
viva
command to visualise SNP positions in Ubuntu. I've downloaded and run julia (version 1.7.3) and I've attempted to install VariantVisualisation. It seems to have worked (although my computer keeps crashing mid-way through). When I try to run viva, I get the error message/usr/bin/env: ‘julia’: No such file or directory
. Is there a known solution for this?Thank you
The text was updated successfully, but these errors were encountered: