PokemonGoF/PokemonGo-Bot

Cannot activate venv or as it is not recognized.

tootiefrutie9999 opened this issue · 3 comments

Can anyone help me??
I used 'venv/Scripts/activate' in windows 7 but still cannot activate my virtualenv.
I already have python 3.8 installed, when I tried to activate my venv it said "venv" is not recognized as internal or external command, or operable batch file.I also tried 'venv/Scripts/activate.bat' but NO LUCK...

I already successfully installed virtualenv package and venv packages and libraries. What do you think I should do???!

My venv name is "django"

My venv is actually a folder so I tried to activate the folder.

Consisting of my venv libraries and packages

Can anyone help?

your venv name is django so the command should be django/Scripts/activate


python -m venv django

django/scripts/activate


windows not case sensitive