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
1919 # exporting this variable (in this scope) chooses the python version
2020 pyenv global ${version}
2121 pyenv local ${version}
22+ pyenv shell ${version}
2223 echo " Using pyenv version $( pyenv version) "
2324
2425 # 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
1919 # exporting this variable (in this scope) chooses the python version
2020 pyenv global ${version}
2121 pyenv local ${version}
22+ pyenv shell ${version}
2223 echo " Using pyenv version $( pyenv version) "
2324
2425 echo " python -c 'import sys; print(sys.version_info)' yields:"
You can’t perform that action at this time.
0 commit comments