1 parent 4c45757 commit 4abfbe3Copy full SHA for 4abfbe3
2 files changed
circle/setup.sh
@@ -19,6 +19,7 @@ for version in ${PLOTLY_PYTHON_VERSIONS[@]}; do
19
# exporting this variable (in this scope) chooses the python version
20
pyenv global ${version}
21
pyenv local ${version}
22
+ pyenv shell ${version}
23
echo "Using pyenv version $(pyenv version)"
24
25
# install core requirements all versions need
circle/test.sh
echo "python -c 'import sys; print(sys.version_info)' yields:"
0 commit comments