We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8af6da commit 4c45757Copy full SHA for 4c45757
circle/setup.sh
@@ -18,6 +18,7 @@ for version in ${PLOTLY_PYTHON_VERSIONS[@]}; do
18
19
# exporting this variable (in this scope) chooses the python version
20
pyenv global ${version}
21
+ pyenv local ${version}
22
echo "Using pyenv version $(pyenv version)"
23
24
# install core requirements all versions need
circle/test.sh
echo "python -c 'import sys; print(sys.version_info)' yields:"
0 commit comments