Skip to content

Commit af527ab

Browse files
committed
ok, all levels of pyenv are now set…
1 parent 4abfbe3 commit af527ab

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

circle/setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ for version in ${PLOTLY_PYTHON_VERSIONS[@]}; do
2020
pyenv global ${version}
2121
pyenv local ${version}
2222
pyenv shell ${version}
23+
export PYENV_VERSION=${version}
2324
echo "Using pyenv version $(pyenv version)"
2425

2526
# install core requirements all versions need

circle/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ for version in ${PLOTLY_PYTHON_VERSIONS[@]}; do
2020
pyenv global ${version}
2121
pyenv local ${version}
2222
pyenv shell ${version}
23+
export PYENV_VERSION=${version}
2324
echo "Using pyenv version $(pyenv version)"
2425

2526
echo "python -c 'import sys; print(sys.version_info)' yields:"

0 commit comments

Comments
 (0)