Skip to content

Commit 6a21bb5

Browse files
committed
Python 3.12 for now.
1 parent 0dde4dc commit 6a21bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/scripts/install-conda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ source "${HOME}/conda/etc/profile.d/conda.sh"
1616
"${HOME}/conda/bin/conda" init bash zsh
1717

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

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

0 commit comments

Comments
 (0)