Skip to content

Commit

Permalink
Copies python binaries instead of symlink for more isolated venv
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-stroud committed Jan 22, 2024
1 parent b5b8671 commit 098b098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/scripts/startup-script/files/install_ansible.sh
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ main() {
fi

# Create pip virtual environment for HPC Toolkit
${python_path} -m venv "${venv_path}"
${python_path} -m venv "${venv_path}" --copies
venv_python_path=${venv_path}/bin/python3

# Upgrade pip if necessary
Expand Down

0 comments on commit 098b098

Please sign in to comment.