Skip to content

Commit

Permalink
Remove premature pyenv local command
Browse files Browse the repository at this point in the history
pyenv local is run below.
  • Loading branch information
jsf9k committed Jan 26, 2024
1 parent 9497dc2 commit e1d0f28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup-env
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ fi
if [ -n "$PYTHON_VERSION" ]; then
if pyenv versions --bare --skip-aliases --skip-envs | grep --fixed-strings "$PYTHON_VERSION" > /dev/null; then
echo Using Python version "$PYTHON_VERSION"
pyenv local "$PYTHON_VERSION"
else
echo Error: Python version "$PYTHON_VERSION" is not installed.
exit 1
Expand Down

0 comments on commit e1d0f28

Please sign in to comment.