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

Skip to content

Commit 087ee62

Browse files
committed
Revert "attempt to set pyenv locally as well…"
This reverts commit 4c45757.
1 parent 4d22b0f commit 087ee62

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
@@ -18,7 +18,6 @@ for version in ${PLOTLY_PYTHON_VERSIONS[@]}; do
1818

1919
# exporting this variable (in this scope) chooses the python version
2020
pyenv global ${version}
21-
pyenv local ${version}
2221
echo "Using pyenv version $(pyenv version)"
2322

2423
# install core requirements all versions need

circle/test.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ for version in ${PLOTLY_PYTHON_VERSIONS[@]}; do
1818

1919
# exporting this variable (in this scope) chooses the python version
2020
pyenv global ${version}
21-
pyenv local ${version}
2221
echo "Using pyenv version $(pyenv version)"
2322

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

0 commit comments

Comments
 (0)