Trying to install 25.1 on ubuntu 24.04 following ansible install tutorial
After 72 tasks (ok=38, skipped=34), it fails looking for executable “virtualenv”:
TASK [galaxyproject.galaxy : Report Galaxy version change]
skipping: [localhost]
TASK [galaxyproject.galaxy : Create Galaxy virtualenv]
fatal: [localhost]: FAILED! => changed=false
msg: ‘Failed to find required executable “virtualenv” in paths: /usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/bin:/snap/bin’
I understand I’m trying 25.1 and the tutorial is for 25.0, but I suspect that is not the problem.
The packages
python3-venv
python3-pip-whl
are installed, but
python3-pip
is not.
I do not see the variable galaxy_virtualenv_command defined anywhere except to equate it to pip_virtualenv_command.
$ ansible –version
ansible [core 2.16.3]
config file = /home/me/galaxy/galaxy/ansible.cfg
configured module search path = [‘/home/me/.ansible/plugins/modules’, ‘/usr/share/ansible/plugins/modules’]
ansible python module location = /usr/lib/python3/dist-packages/ansible
ansible collection location = /home/me/.ansible/collections:/usr/share/ansible/collections
executable location = /usr/bin/ansible
python version = 3.12.3 (main, Jan 22 2026, 20:57:42) [GCC 13.3.0] (/usr/bin/python3)
jinja version = 3.1.2
libyaml = True