Skip to content

Commit 4d22b0f

Browse files
committed
Revert "attempt to use pyenv shell to set version."
This reverts commit 4abfbe3.
1 parent 382cf6c commit 4d22b0f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

circle/setup.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ for version in ${PLOTLY_PYTHON_VERSIONS[@]}; do
1919
# exporting this variable (in this scope) chooses the python version
2020
pyenv global ${version}
2121
pyenv local ${version}
22-
pyenv shell ${version}
2322
echo "Using pyenv version $(pyenv version)"
2423

2524
# install core requirements all versions need

circle/test.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ for version in ${PLOTLY_PYTHON_VERSIONS[@]}; do
1919
# exporting this variable (in this scope) chooses the python version
2020
pyenv global ${version}
2121
pyenv local ${version}
22-
pyenv shell ${version}
2322
echo "Using pyenv version $(pyenv version)"
2423

2524
echo "python -c 'import sys; print(sys.version_info)' yields:"

0 commit comments

Comments
 (0)