I want to install the virtualenv with the below code:
install virtualenv
First, I have tried with 'pip', I was getting error as command not found, so I typed
sudo apt install python-pip
then it said
E: Unable to locate package python-pip
I have even tried the below code:
aiki@LAPTOP-886AEJJG:~$ pip
Command 'pip' not found, but can be installed with:
sudo apt install python-pip
aiki@LAPTOP-886AEJJG:~$ sudo apt install python-pip
[sudo] password for aiki:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package python-pip
I want to use Jarvis and Mycroft on windows 10, but I need to use Ubuntu because it only works with Linux.