We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e39f32 commit 59b0082Copy full SHA for 59b0082
circle/setup.sh
@@ -13,6 +13,7 @@ function error_exit
13
}
14
15
# PYENV shims need to be infront of the rest of the path to work!
16
+echo "adding pyenv shims to the beginning of the path in this shell"
17
export PATH="/home/ubuntu/.pyenv/shims:$PATH"
18
19
# for each version we want, setup a functional virtual environment
circle/test.sh
0 commit comments