Skip to content
Advertisement

Tag: ubuntu-20.04

How can I install pip for Python2.7 in Ubuntu 20.04

Is there any way that I can install “pip” for “Python2.7” ? I could install python2.7 by I tried installing pip for this. but none worked. Can anybody have solution for this. Answer Pip for Python 2 is not included in the Ubuntu 20.04 repositories. Try this guide which suggests to fetch a Python 2.7 compatible get_pip.py and use that

Problem to install pygame on ubuntu 20.04LTS

I am on Ubuntu 20.04LTS, and I try to install pygame (for python) for a school project. But when I try this: I received an error: Can you help me, please? Answer Try installing it with instead. The error you are getting is because you are missing the Pygame dependencies, which apt should install for you. As a general rule,

Python 2.7.12 on Ubuntu 20.04 in PyEnv

I have some legacy websites that run on Python 2.7.12 and have just updated my dev machine to Ubuntu 20.04. I am trying to get PyEnv to install Python 2.7.12, but it seems that this depends on libssl1.0-dev which has been dropped in Ubuntu 20.04. I get error: Following advice here I run: I get error: E: Package ‘libssl1.0-dev’ has

Advertisement