I am currently on Windows and the Venv is not getting activatedUnactivated ENV, Is there any way to fix this. Thanking you guys in advance! Help out a newbie!
In windows: Press Windows (or Windows+R) and then type “cmd”: Run the Command Prompt in normal mode.
cd C:\Users\user\Desktop\UserDjangoProject> pip install virtualenv
virtualenv -p python3 venv
venv\Scripts\activate
(venv) C:\Users\user\Desktop\UserDjangoProject>
pip install -r requirements.txt
./manage.py runserver
In Linux/Mac, go to the project folder (in which, there should be env folder created).
. my_env_name/bin/activate
In Windows, go to the project folder (in which, there should be env folder created).
my_env_name\Scripts\activate
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With