You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The inside of this photo is exactly the code that I typed and I made such a big error
source : The term 'source' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
The issue issue you're running into has to do with the fact that you are using Windows. Here are the steps you need to take to accomplish what you were trying to do:
Change your working directory to where you installed the virtual environment when you typed python -m env venv:
cd "C:\Users\daniyal11\Desktop\django"
Here is where you ran into issues. The guide you were following assumes you're working in a Linux environment. Activating your virtual environment is slightly different on windows:
env\scripts\activate
Continue on your way through the rest of the guide. To deactivate venv, just type:
The inside of this photo is exactly the code that I typed and I made such a big error
source : The term 'source' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
I got this error
The text was updated successfully, but these errors were encountered: