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
After running ./setup.sh -i, the bot creates the virtual ENV
Actual Behavior
Virtualenv does not exits
running virtualenv ENV
and doing ./setup.sh -i fixes the problem
Your FULL config.json (remove your username, password, gmapkey and any other private info)
Output when issue occurred
john@laptop:/Desktop/PokemonGo-Bot$ ./run.sh
Virtualenv does not exits
Run: ./setup.sh -i
john@laptop:/Desktop/PokemonGo-Bot$ virtualenv ENV
Running virtualenv with interpreter /usr/bin/python2
New python executable in /home/john/Desktop/PokemonGo-Bot/ENV/bin/python2
Also creating executable in /home/john/Desktop/PokemonGo-Bot/ENV/bin/python
Installing setuptools, pkg_resources, pip, wheel...done.
john@laptop:/Desktop/PokemonGo-Bot$ ./run.sh
Virtualenv does not exits
Run: ./setup.sh -i
john@laptop:/Desktop/PokemonGo-Bot$ ./setup.sh -i
You are on Debian/Ubuntu
Steps to Reproduce
Other Information
OS: Ubuntu 16.04
Branch:
dev
Git Commit:
Python Version:
Any other relevant files/configs (eg: path files)
The text was updated successfully, but these errors were encountered:
Expected Behavior
After running ./setup.sh -i, the bot creates the virtual ENV
Actual Behavior
Virtualenv does not exits
running virtualenv ENV
and doing ./setup.sh -i fixes the problem
Your FULL config.json (remove your username, password, gmapkey and any other private info)
Output when issue occurred
john@laptop:
/Desktop/PokemonGo-Bot$ ./run.sh/Desktop/PokemonGo-Bot$ virtualenv ENVVirtualenv does not exits
Run: ./setup.sh -i
john@laptop:
Running virtualenv with interpreter /usr/bin/python2
New python executable in /home/john/Desktop/PokemonGo-Bot/ENV/bin/python2
Also creating executable in /home/john/Desktop/PokemonGo-Bot/ENV/bin/python
Installing setuptools, pkg_resources, pip, wheel...done.
john@laptop:
/Desktop/PokemonGo-Bot$ ./run.sh/Desktop/PokemonGo-Bot$ ./setup.sh -iVirtualenv does not exits
Run: ./setup.sh -i
john@laptop:
You are on Debian/Ubuntu
Steps to Reproduce
Other Information
OS: Ubuntu 16.04
Branch:
dev
Git Commit:
Python Version:
Any other relevant files/configs (eg: path files)
The text was updated successfully, but these errors were encountered: