We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e88f3f9 commit b3f9da7Copy full SHA for b3f9da7
scripts/setup_conan.sh
@@ -28,7 +28,7 @@ if [[ "$CONAN_RECURSIVE_CALL" -eq 1 ]]; then
28
fi
29
30
# Setup pyenv
31
-eval "$(pyenv init - bash)"
+eval "$(pyenv init - --no-rehash bash)"
32
eval "$(pyenv virtualenv-init -)"
33
34
# Setting up Conan 1.x
0 commit comments