I'm using Ubuntu 21.10 OS.

I've tried several type of in-line terminal install like:

curl -O https://bootstrap.pypa.io/get-pip.py

( following this tutorial: https://docs.aws.amazon.com/it_it/elasticbeanstalk/latest/dg/eb-cli3-install-linux.html)

sudo apt install python3-pip

sudo apt isntall idle-python

apt-cache search pip | grep python

But none of these commands work...

I've also tried to opem python on my terminal typing: python3, and it works...

but when i type: pip list or something like this which contains, terminal gave me the error

1

There are 1 best solutions below

0
wjandrea On

Ubuntu 21.10 is EOL. You should upgrade to 22.04. For details, see How to install software or upgrade from an old unsupported release? on Ask Ubuntu.