File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ 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}
22
23
echo " Using pyenv version $( pyenv version) "
23
24
24
25
# install core requirements all versions need
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ 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}
22
23
echo " Using pyenv version $( pyenv version) "
23
24
24
25
echo " python -c 'import sys; print(sys.version_info)' yields:"
You can’t perform that action at this time.
0 commit comments