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

Skip to content

Commit 4c45757

Browse files
committed
attempt to set pyenv locally as well…
1 parent f8af6da commit 4c45757

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
@@ -18,6 +18,7 @@ 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}
2122
echo "Using pyenv version $(pyenv version)"
2223

2324
# install core requirements all versions need

circle/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ 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}
2122
echo "Using pyenv version $(pyenv version)"
2223

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

0 commit comments

Comments
 (0)