Skip to content

Commit 0d5f76c

Browse files
committed
Revert "use python3, not /usr/bin/python3"
This reverts commit 22ce5c3.
1 parent 6749269 commit 0d5f76c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
galaxy_config_style: yaml
88
galaxy_layout: legacy-improved
99
galaxy_server_dir: /galaxy/server
10-
galaxy_virtualenv_command: python3 -m virtualenv
10+
galaxy_virtualenv_command: /usr/bin/python3 -m virtualenv
1111
galaxy_virtualenv_python: python3
1212
pip_extra_args: "--no-cache-dir --compile"
1313
galaxy_manage_database: false

0 commit comments

Comments
 (0)