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 4abfbe3 commit af527abCopy full SHA for af527ab
circle/setup.sh
@@ -20,6 +20,7 @@ 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