<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Hi,</div>

<div> </div>

<div>thank you for the tutorial here</div>

<div>https://docs.python.org/3.5/installing/index.html</div>

<div> </div>

<div>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.</div>

<div> </div>

<div>The command pip installs to 2.7</div>

<div>pip3 installs to 3.4 and that leaves 3.5 all alone.</div>

<div> </div>

<div>I tried to install numpy with the command</div>

<div>python3.5 -m pip install numpy</div>

<div> </div>

<div>but got the error that Python.h could not be located. When asked bash</div>

<div><strong>locate</strong> Python.h</div>

<div>   it returned</div>

<div>/usr/local/include/python3.4m/Python.h</div>

<div> </div>

<div> </div>

<div>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?</div>

<div> </div>

<div>Best regards,</div>

<div> </div>

<div>lost in versions.</div>

<div> </div>

<div> </div></div></body></html>