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 4d22b0f commit 087ee62Copy full SHA for 087ee62
circle/setup.sh
@@ -18,7 +18,6 @@ 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