While trying to issue the following command inside the forked galaxy repository,
$ sh run.sh
I get the following error
[admin@localhost galaxy]$ sh run.sh
Unsetting $PYTHONPATH
Activating virtualenv at .venv
Requirement already satisfied: pip>=8.1 in ./.venv/lib/python3.6/site-packages (20.1.1)
Looking in indexes: Package Index, Simple index
galaxy.dependencies.optional: no config file found
The Galaxy client has not yet been built and will be built now.
Installing node into /home/admin/Desktop/galaxy/.venv with nodeenv.
No python virtualenv is available
I have a pyenv environment using python 3.6.0 (local version for this directory: galaxy). The galaxy also sets up it’s own virtual environment inside ./.venv. I am not sure if the conflicting virtual environments are causing a roadblock here.
[admin@localhost galaxy]$ nodeenv .venv/
*Environment already exists: .venv/
[admin@localhost galaxy]$ source .venv/bin/activate
(.venv) [admin@localhost galaxy]$ sh run.sh
Unsetting $PYTHONPATH
Activating virtualenv at .venv
Requirement already satisfied: pip>=8.1 in ./.venv/lib/python3.6/site-packages (20.1.1)
Looking in indexes: Package Index, Simple index
galaxy.dependencies.optional: no config file found
The Galaxy client has not yet been built and will be built now.
Installing node into /home/admin/Desktop/galaxy/.venv with nodeenv.
No python virtualenv is available
Any comments?
Thanks in advance.