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 b770fc6 commit 24a0008Copy full SHA for 24a0008
setup-env
@@ -65,7 +65,7 @@ done
65
eval set -- "$PARAMS"
66
67
# Check to see if pyenv is installed
68
-if [ -z "$(command -v pyenv)" ] || [ -z "$(command -v pyenv-virtualenv)" ]; then
+if [ -z "$(command -v pyenv)" ] || { [ -z "$(command -v pyenv-virtualenv)" ] && [ ! -f "$(pyenv root)/plugins/pyenv-virtualenv/bin/pyenv-virtualenv" ] ; }; then
69
echo "pyenv and pyenv-virtualenv are required."
70
if [[ "$OSTYPE" == "darwin"* ]]; then
71
cat << 'END_OF_LINE'
0 commit comments