africanple.blogg.se

Debian upgrade python
Debian upgrade python








How to fix the DistributionNotFound problem?Īt second: in the system was installed mod_wsgi via apt-get, I manually compiled mod_wsgi 2.5 with configure flag without removing of existing version. Pkg_resources.DistributionNotFound: pip=1.0.2 At first - after I manually installed setuptools and pip, at calling pip install -r requirements.txt of I have got an error:įrom pkg_resources import load_entry_pointįile "build/bdist.linux-i686/egg/pkg_resources.py", line 2607, inįile "build/bdist.linux-i686/egg/pkg_resources.py", line 565, in resolve I just created a Debian 8 cloud server and it has Python 2.7.9 installed by default, even after sudo aptitude update & sudo aptitude upgrade. configure -with-python=/usr/bin/python2.7/bin/python and added to nf WSGIPythonHome /usr/bin/python2.7/bin/python. If you’re updating to a new patch of Python (3.x.a to 3.x.b), when you run the installer, it will prompt you to Upgrade Now. All you have to do is visit the Python downloads page and download the latest version. I installed Python 2.7 and created the symlink python -> /usr/bin/python2.7/bin/python. Updating to a new Python version is easy on a computer running Windows. The required application is required incompatible with Python 2.5 packages. I'm configuring Debian 5 to run my Django app.










Debian upgrade python