Hello, sorry I am new to linux. The issue I am running into is with installing virtualenv. I am using windows (ubuntu) for reference.
I have tried some other various of step 2 as well and cannot get anything to work. Any help is appreciated. Thanks
- First I tried this which does not work for windows or the version I have (im not sure)
$ virtualenv venvCode:Command 'virtualenv' not found, but can be installed with: sudo apt install python3-virtualenv
- I followed the directions and did this next (cannot locate package)
Code:
[sudo] password for codebind:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package python3-virtualenv
I have tried some other various of step 2 as well and cannot get anything to work. Any help is appreciated. Thanks