Skip to content

Commit b3f9da7

Browse files
committed
wip
Signed-off-by: Nicolas Nobelis <[email protected]>
1 parent e88f3f9 commit b3f9da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setup_conan.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if [[ "$CONAN_RECURSIVE_CALL" -eq 1 ]]; then
2828
fi
2929

3030
# Setup pyenv
31-
eval "$(pyenv init - bash)"
31+
eval "$(pyenv init - --no-rehash bash)"
3232
eval "$(pyenv virtualenv-init -)"
3333

3434
# Setting up Conan 1.x

0 commit comments

Comments
 (0)