PokemonGoF / PokemonGo-Bot

The Pokemon Go Bot, baking with community.
MIT License
3.85k stars 1.54k forks source link

Cannot activate venv or as it is not recognized. #6286

Open tootiefrutie9999 opened 4 years ago

tootiefrutie9999 commented 4 years ago

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

tootiefrutie9999 commented 4 years ago

Hi

tootiefrutie9999 commented 4 years ago

Can anyone help?

geeks121 commented 4 years ago

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


python -m venv django

django/scripts/activate


windows not case sensitive