cyberpanel.sh: line 499: pip: command not found

Hello,

I am getting an error with the installation. Can anyone help?

System: Ubuntu 20.04

Installation: OLS

Type: Full

Facing the exact same issue here on 20.04. Tried reinstalling PIP, didn’t work.

Ubuntu 20.04 removed pip, https://i.stack.imgur.com/lagdO.png

Same here , I solved Edit line #499
pip install virtualenv==16.7.9
Change pip for pip3
pip3 install virtualenv==16.7.9
Sorry my bad english.

Type your comment> @Piradoxlanieve said:

Same here , I solved Edit line #499
pip install virtualenv==16.7.9
Change pip for pip3
pip3 install virtualenv==16.7.9
Sorry my bad english.

thanks!

Use >sudo apt install python3-pip

Type your comment> @sive said:

Use >sudo apt install python3-pip

Work fine!