zilexa / autosetup-VERO4K_RPi

Automatically installs and configures a RPi device running OSMC or Debian to get a "Netflix-like" experience.
19 stars 6 forks source link

Update pip command with pip3 #1

Closed fdicarlo closed 6 years ago

fdicarlo commented 6 years ago

As python3-pip is installed by this script the command should be pip3 rather than pip, this is the output from my installation:

osmc@osmc:~$ pip install
-bash: pip: command not found
osmc@osmc:~$ pip3 install
You must give at least one requirement to install (see "pip help install")
osmc@osmc:~$ sudo pip
sudo: pip: command not found
osmc@osmc:~$
zilexa commented 6 years ago

Check, you are right. I made the changes but won't have a test system until next week.