Skip to content

Commit 59b0082

Browse files
committed
Add note about adding pyenv shims to path
1 parent 3e39f32 commit 59b0082

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

circle/setup.sh

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ function error_exit
1313
}
1414

1515
# 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"
1617
export PATH="/home/ubuntu/.pyenv/shims:$PATH"
1718

1819
# for each version we want, setup a functional virtual environment

circle/test.sh

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ function error_exit
1313
}
1414

1515
# 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"
1617
export PATH="/home/ubuntu/.pyenv/shims:$PATH"
1718

1819
# for each version we want, setup a functional virtual environment

0 commit comments

Comments
 (0)