Hi - I’ve tried UseGalaxy for the first time today.Very impressed.
I’ve installed Ubuntu, and then followed the instructions to install Galaxy locally.
I’ve tried it a few times (installing dependencies for Python, installing Python 2.7 alongside Python 3 which is already there … … and then finally installing Galaxy) - but get the same error message each time I issue the ‘sh run.sh’ command prior to the Galaxy server coming alive.
Many apologies - am sure that I’ve done something very silly.
sb@sb-Lenovo-ideapad-320-14IKB:~/galaxy$ sh run.sh
./scripts/common_startup.sh: 194: ./scripts/common_startup.sh: python: Permission denied
Creating Python virtual environment for Galaxy: .venv
To avoid this, use the --no-create-venv flag or set $GALAXY_VIRTUAL_ENV to an
existing environment before starting Galaxy.
./scripts/common_startup.sh: 134: ./scripts/common_startup.sh: python: Permission denied
Then - same basic thing with the flag.
sb@sb-Lenovo-ideapad-320-14IKB:~/galaxy$ sh run.sh --no-create-venv
./scripts/common_startup.sh: 194: ./scripts/common_startup.sh: python: not found
./scripts/common_startup.sh: 123: ./scripts/common_startup.sh: python: not found
sb@sb-Lenovo-ideapad-320-14IKB:~/galaxy$
Python is definitely installed
sb@sb-Lenovo-ideapad-320-14IKB:~/galaxy$ python2.7 -V
Python 2.7.16
Here (as described in the instructions).
sb@sb-Lenovo-ideapad-320-14IKB:/usr/src$ ls
linux-headers-5.0.0-23 Python-2.7.16
linux-headers-5.0.0-23-generic Python-2.7.16.tgz
linux-headers-5.0.0-29 Python-2.7.16.tgz.1
linux-headers-5.0.0-29-generic
Thanks, SB.