Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 382cf6c

Browse files
committed
Revert "ok, all levels of pyenv are now set…"
This reverts commit af527ab.
1 parent af527ab commit 382cf6c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

circle/setup.sh

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

2625
# install core requirements all versions need

circle/test.sh

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

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

0 commit comments

Comments
 (0)