Question: Issue installing Galaxy on a local server for a multi-user production environment
0
gkuffel22 • 170 wrote:
Hi everyone,
We are installing Galaxy on our local server for a multi-user production environment using:
git clone -b release_17.01 https://github.com/galaxyproject/galaxy.git
The error we get is:
./scripts/common_startup.sh: line 122: .venv/bin/activate: No such file or directory
Can anyone provide some help here??
ADD COMMENT
• link
•
modified 19 months ago
by
Martin Čech ♦♦ 4.9k
•
written
19 months ago by
gkuffel22 • 170
I am working with Gina on this. I can get the release fine. I just cannot do anything after that. When I try to run sh run.sh, that is when I get that error.
Let me add that I am using CentOS 6.7 along with the version 2.6.6 of Python (since yum needs it). When logged on as a galaxy user, I have .bashrc pointing to version 2.7.12 of python. When I type python --version, I do get the new version of Python.
As soon as I run sh run.sh (As a NON-ROOT user), I get the following output:
-I then downloaded the virtualenv.py file
wget http://bitbucket.org/ianb/virtualenv/raw/tip/virtualenv.py
Thenpython virtualenv.py --no-site-packages virtual_env
And get