We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a1179b commit 3bba8b7Copy full SHA for 3bba8b7
.ci/docker/common/install_python.sh
@@ -10,6 +10,7 @@ as_ci_user() {
10
# works around https://github.com/conda/conda-package-handling/pull/34
11
sudo -E -H -u ci-user env -u SUDO_UID -u SUDO_GID -u SUDO_COMMAND -u SUDO_USER env "PATH=$PATH" "LD_LIBRARY_PATH=$LD_LIBRARY_PATH" $*
12
}
13
+mkdir -p /opt/venv
14
chown ci-user:ci-user /opt/venv
15
as_ci_user python3.10 -m venv /opt/venv/tutorials
16
as_ci_user source /opt/venv/tutorials/bin/activate
0 commit comments