Skip to content

Commit

Permalink
Python 3.12 for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgee committed Nov 21, 2024
1 parent 0dde4dc commit 6a21bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/scripts/install-conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ source "${HOME}/conda/etc/profile.d/conda.sh"
"${HOME}/conda/bin/conda" init bash zsh

echo "Creating POCS conda environment"
"${HOME}/conda/bin/conda" create -y -q -n "${CONDA_ENV_NAME}" python=3
"${HOME}/conda/bin/conda" create -y -q -n "${CONDA_ENV_NAME}" python=3.12

# Activate by default
echo "conda activate ${CONDA_ENV_NAME}" >>"${HOME}/.zshrc"

0 comments on commit 6a21bb5

Please sign in to comment.