We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed6860b commit 8bba7d3Copy full SHA for 8bba7d3
2 files changed
circle/setup.sh
@@ -12,6 +12,9 @@ function error_exit
12
exit 1
13
}
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
+
18
# for each version we want, setup a functional virtual environment
19
for version in ${PLOTLY_PYTHON_VERSIONS[@]}; do
20
echo Setting up Python ${version}
circle/test.sh
echo Testing Python ${version}
0 commit comments