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 af527ab commit 382cf6cCopy full SHA for 382cf6c
circle/setup.sh
@@ -20,7 +20,6 @@ for version in ${PLOTLY_PYTHON_VERSIONS[@]}; do
20
pyenv global ${version}
21
pyenv local ${version}
22
pyenv shell ${version}
23
- export PYENV_VERSION=${version}
24
echo "Using pyenv version $(pyenv version)"
25
26
# install core requirements all versions need
circle/test.sh
echo "python -c 'import sys; print(sys.version_info)' yields:"
0 commit comments