When i try to run virtualenv env
on cmd at the folder desired I get this error: virtualenv env FileNotFoundError: [Errno 2] No such file or directory: 'c:\\users\\zac\\appdata\\local\\programs\\python\\python37\\Lib\\venv\\scripts\\nt\\python.exe'
Asked
Active
Viewed 941 times
0

Zac
- 21
- 5
-
You are probably in the wrong working directory where your virtual env is stored – Sean Jan 04 '21 at 22:40
-
i shouldnt just choose any directory to create an virtualenv? – Zac Jan 04 '21 at 22:41
-
See: https://stackoverflow.com/questions/62034948/how-to-fix-ioerror-errno-2-no-such-file-or-directory-when-making-virtual-en – Sean Jan 04 '21 at 22:44