|
print("Could not find a preferred Python version.") |
I get this error but also have python, als well as python3 installed. With which python I get the path /usr/local/bin/python in the appenv script current_python variable has the value /Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/bin/python3.9 which is also a working python.
Even though I cannot run the script and get the error Could not find the minimal preferred Python version.
appenv/src/appenv.py
Line 223 in 5ff385f
I get this error but also have python, als well as python3 installed. With
which pythonI get the path/usr/local/bin/pythonin the appenv scriptcurrent_pythonvariable has the value/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/bin/python3.9which is also a working python.Even though I cannot run the script and get the error
Could not find the minimal preferred Python version.