I'm a relatively new programmer trying to use Python with pip and virtual environments, and Python and pip are working just fine; however, I'm having some serious troubles with the Virtual environments. For starters, I'm on a Windows 10 PC with Python 3.8.1 installed, and I've been using both CMD and Shell to try to get this working. I successfully installed virtualenv with pip, and any time I try to reinstall it I get this error:
Requirement already satisfied: virtualenv in c:\users\[myname]\appdata\local\programs\python\python38-32\lib\site-packages (16.7.9)
So I know I have it installed, but whenever I try to access it in the way that literally every tutorial I've seen, I get this error:
'virtualenv' is not recognized as an internal or external command, operable program or batch file.
I get this error even when I try to check the version of virtualenv, but it keeps saying that I do have it downloaded. I've been searching for an answer for days now-- I've uninstalled and reinstalled everything, I've been messing with my PATH settings, and I've run multiple versions of commands, but nothing is working. Does anyone have any sort of advice?