Hi,
thank you for the tutorial here
https://docs.python.org/3.5/installing/index.html
I have a problem using pip to install packages to 3.5. I now have three versions installed and pip only addresses the two old ones.
The command pip installs to 2.7
pip3 installs to 3.4 and that leaves 3.5 all alone.
I tried to install numpy with the command
python3.5 -m pip install numpy
but got the error that Python.h could not be located. When asked bash
locate Python.h
it returned
/usr/local/include/python3.4m/Python.h
My question therefore is. How do I setup my environment to be able to install packages to all the Python versions? Should I do a virtualenvironment for each version or can I change some configuration file to let PIP know that it should check the Py3.5 folder when desired?
Best regards,
lost in versions.
_______________________________________________ Distutils-SIG maillist - [email protected] https://mail.python.org/mailman/listinfo/distutils-sig
