We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 382cf6c commit 4d22b0fCopy full SHA for 4d22b0f
2 files changed
circle/setup.sh
@@ -19,7 +19,6 @@ 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