Skip to content

Commit

Permalink
Use venv module from _galaxy_ conda environment for GIE
Browse files Browse the repository at this point in the history
  • Loading branch information
kysrpex authored Aug 29, 2023
1 parent 9f55131 commit bdc4f77
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 @@ -279,7 +279,7 @@ condor_extra: |
gie_proxy_dir: "{{ galaxy_root }}/gie-proxy/proxy"
gie_proxy_git_version: main
gie_proxy_setup_nodejs: nodeenv
gie_proxy_virtualenv_command: /usr/bin/python3 -m venv #"{{ pip_virtualenv_command }}"
gie_proxy_virtualenv_command: "{{ conda_prefix }}/envs/_galaxy_/bin/python -m venv" #"{{ pip_virtualenv_command }}"
gie_proxy_nodejs_version: "10.13.0"
gie_proxy_virtualenv: "{{ galaxy_root }}/gie-proxy/venv"
gie_proxy_setup_service: systemd
Expand Down

0 comments on commit bdc4f77

Please sign in to comment.