I want to use Django, but to do that, I have to get virtualenv first. I follow all the steps, but get stuck at the part virtualenv [example]
. Every time I put that, it says 'virtualenv' is not recognized as an internal or external command, operable program or batch file.
Is there any way I can fix this?
Asked
Active
Viewed 106 times
1

CoOlLaMbOrGhInI
- 29
- 3
-
Please provide your code as well as details about how you've set up your virtual environment. – will-hedges Apr 21 '21 at 20:18
-
https://stackoverflow.com/search?q=%5Bvirtualenv%5D+is+not+recognized+as+an+internal+or+external+command%2C+operable+program+or+batch+file – phd Apr 21 '21 at 20:23
1 Answers
1
Run this command in the django folder:
python -m virtualenv
After that, run
.\scripts\activate

Milot Thaci
- 99
- 4