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
12
12
exit 1
13
13
}
14
14
15
+ # PYENV shims need to be infront of the rest of the path to work!
16
+ export PATH=" /home/ubuntu/.pyenv/shims:$PATH "
17
+
15
18
# for each version we want, setup a functional virtual environment
16
19
for version in ${PLOTLY_PYTHON_VERSIONS[@]} ; do
17
20
echo Setting up Python ${version}
Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ function error_exit
12
12
exit 1
13
13
}
14
14
15
+ # PYENV shims need to be infront of the rest of the path to work!
16
+ export PATH=" /home/ubuntu/.pyenv/shims:$PATH "
17
+
15
18
# for each version we want, setup a functional virtual environment
16
19
for version in ${PLOTLY_PYTHON_VERSIONS[@]} ; do
17
20
echo Testing Python ${version}
You can’t perform that action at this time.
0 commit comments