-
Notifications
You must be signed in to change notification settings - Fork 211
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
Is there any command for installing conda in linux system #350
Comments
I recommend mamba or micromamba. Personally I prefer micromamba. But also, you don't need root privileges to install from source. |
Then, |
Hi @WW-web-ctrl To make from source:
(or Otherwise make might install executables at the default prefix location, which will be accessible but may not be writable system-wide. Thus, this might require root access If you go with conda/mamba/micromamba, to make sure that the environment is created in a directory you own you can do:
|
Hello, I am trying to install Autodock Vina on a Linux system, but I don't have root privileges, so I cannot perform a source code installation. Is there a command to install Autodock Vina via conda on Linux?
The text was updated successfully, but these errors were encountered: