Back
Is there any way to install Python 2.7 on Ubuntu 18.04? I tried the below command, It didn't work.
sudo apt install python-minimal
Is there any way to fix it manually?
Run the below commands to ensure your containers are up to date before installing:
sudo apt updatesudo apt upgradesudo apt install python2.7
sudo apt update
sudo apt upgrade
sudo apt install python2.7
Then to install pip for python 2:
sudo apt install python-pip
Want to be a Data Science expert? Come and join this Data Science Courses
31k questions
32.8k answers
501 comments
693 users