I'm on a mac, which comes with python 2.7 installed, so I should have the required version.
At least, I believe that's the problem. I'm getting an error when trying to run make install
for a project, and getting the following error:
The executable python2 (from --python=python2) does not exist
make: *** [bin/python] Error 3
virtualenv --python=python3 fibonacci_env
Point out which python
Specify the full path to the Python interpreter (not sure if this is the right path - haven't used MacOs):
mkvirtualenv myenv --python=/Library/Frameworks/Python.framework/Versions/2.7/bin/python
or smth like:
--python=$(which python)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With