File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ function error_exit
1212 exit 1
1313}
1414
15+ # PYENV shims need to be infront of the rest of the path to work!
16+ export PATH=" /home/ubuntu/.pyenv/shims:$PATH "
17+
1518# for each version we want, setup a functional virtual environment
1619for version in ${PLOTLY_PYTHON_VERSIONS[@]} ; do
1720 echo Setting up Python ${version}
Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ function error_exit
1212 exit 1
1313}
1414
15+ # PYENV shims need to be infront of the rest of the path to work!
16+ export PATH=" /home/ubuntu/.pyenv/shims:$PATH "
17+
1518# for each version we want, setup a functional virtual environment
1619for version in ${PLOTLY_PYTHON_VERSIONS[@]} ; do
1720 echo Testing Python ${version}
You can’t perform that action at this time.
0 commit comments