I have python 2.7 installed in /opt/python2.7
.
Now i want to install the devel packages for it but could not find it.
How can i install it os that goes in python2.7 not for default python2.4
To change install location, click on Customize installation , then Next and enter C:\python35 (or another appropriate location) as the install location. If you didn�t check the Add Python 3.5 PATH option earlier, check Add Python to environment variables .
So to be able to use multiple versions of Python: install Python 2. x (x is any version you need) install Python 3.
PIP is automatically installed with Python 2.7. 9+ and Python 3.4+ and it comes with the virtualenv and pyvenv virtual environments.
By design, Python installs to a directory with the version number embedded, e.g. Python version 2.7 will install at C:\Python27\ , so that you can have multiple versions of Python on the same system without conflicts.
Installing Python from source installs the development files in the same prefix.
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