Skip to content

Commit

Permalink
add a global pyenv python
Browse files Browse the repository at this point in the history
  • Loading branch information
marchdf committed Apr 22, 2024
1 parent 5dc11f6 commit 4b67679
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run_once_after_install-python-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ fi

PYTHON_VERSION="3.11.1"
${HOME}/bin/pyenv_python_install ${PYTHON_VERSION}
pyenv global ${PYTHON_VERSION}

# Install poetry with the pyenv python
if [[ ! -x "$(command -v poetry)" ]]; then
Expand Down

0 comments on commit 4b67679

Please sign in to comment.