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.
$GALAXY_CONDA_ENV
1 parent ae62f12 commit 6cf9d49Copy full SHA for 6cf9d49
scripts/common_startup.sh
@@ -112,7 +112,7 @@ if [ $SET_VENV -eq 1 ] && [ $CREATE_VENV -eq 1 ]; then
112
echo "Creating Conda environment for Galaxy: $GALAXY_CONDA_ENV"
113
echo "To avoid this, use the --no-create-venv flag or set \$GALAXY_CONDA_ENV to an"
114
echo "existing environment before starting Galaxy."
115
- $CONDA_EXE create --yes --override-channels --channel conda-forge --name "$GALAXY_CONDA_ENV" "python=${GALAXY_CONDA_PYTHON_VERSION}" "pip>=${MIN_PIP_VERSION}"
+ $CONDA_EXE create --yes --override-channels --channel conda-forge --name "$GALAXY_CONDA_ENV" "python=${GALAXY_CONDA_PYTHON_VERSION}" "pip>=${MIN_PIP_VERSION}" uv
116
unset __CONDA_INFO
117
fi
118
conda_activate
0 commit comments