Community

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

ug
ugurcyber #1

Hello,

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

System: Ubuntu 20.04

Installation: OLS

Type: Full

ra
ranaj #2

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

Pi
Piradoxlanieve #4

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.

mr
mrp #5

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!

si
sive #6

Use >sudo apt install python3-pip

Pi
Piradoxlanieve #7

Type your comment> @sive said:

Use >sudo apt install python3-pip

Work fine!

Sign in to reply