-
Notifications
You must be signed in to change notification settings - Fork 74
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
Install miniconda and make virtualenv from conda #110
Comments
@natefoo I was planning to take a shot at this. But how would this work with privilege separation?
Therefore if the virtualenv inherits from the conda python, the python in the virtualenv is essentially controlled by the galaxy user. This poses a problem in the implementation. Unless we create a separate conda installation for both the privsep user and the galaxy user. But that seems like a big waste of space. What is the preferred way forward here? I will have a look at https://docs.conda.io/projects/conda/en/latest/user-guide/configuration/admin-multi-user-install.html to see if this problem can be easily solved. |
Appararently this is possible. I will try to implement something. Installing conda in /opt/conda and setting My other angle is that galaxy containers are now produced with this ansible-galaxy role. I want to create a container with conda preinstalled. Having this available would be really nice. We could use such a container to test ephemeris better. |
This would be pretty good to have for e.g. CentOS 7, where Python 3 may not be installed (or if it is, it may not be installed on the cluster). Having an option to use conda for Galaxy's venv/python would fix this.
The text was updated successfully, but these errors were encountered: