Skip to content

Commit

Permalink
added --copies
Browse files Browse the repository at this point in the history
this is useful to not symlink to a NFS-stored version of python or the system version
  • Loading branch information
bgruening authored Aug 29, 2023
1 parent d16bf12 commit 9f55131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion group_vars/sn07.yml
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ galaxy_venv_dir: "{{ galaxy_root }}/venv"
galaxy_job_working_directory: "{{ galaxy_config['galaxy']['job_working_directory'] }}"
ucsc_build_sites:

galaxy_virtualenv_command: "python -m venv"
galaxy_virtualenv_command: "python -m venv --copies "
galaxy_nonrepro_tools: "{{ galaxy_root }}/custom-tools"
galaxy_nonrepro_commit: master

Expand Down

0 comments on commit 9f55131

Please sign in to comment.