File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ for version in ${PLOTLY_PYTHON_VERSIONS[@]}; do
19
19
# exporting this variable (in this scope) chooses the python version
20
20
pyenv global ${version}
21
21
pyenv local ${version}
22
- pyenv shell ${version}
23
22
echo " Using pyenv version $( pyenv version) "
24
23
25
24
# install core requirements all versions need
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ for version in ${PLOTLY_PYTHON_VERSIONS[@]}; do
19
19
# exporting this variable (in this scope) chooses the python version
20
20
pyenv global ${version}
21
21
pyenv local ${version}
22
- pyenv shell ${version}
23
22
echo " Using pyenv version $( pyenv version) "
24
23
25
24
echo " python -c 'import sys; print(sys.version_info)' yields:"
You can’t perform that action at this time.
0 commit comments