Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Virtualenv does not exits #5264

Closed
megaluck opened this issue Sep 7, 2016 · 5 comments
Closed

Virtualenv does not exits #5264

megaluck opened this issue Sep 7, 2016 · 5 comments

Comments

@megaluck
Copy link

megaluck commented Sep 7, 2016

Since yesterday out of the blue this error started to show and the app dosent launch

Im on Ubuntu btw

./run.sh
Virtualenv does not exits
Run: ./setup.sh -i

@rawgni
Copy link
Contributor

rawgni commented Sep 7, 2016

@megaluck can you try to

virtualenv .
source bin/activate 2> /dev/null
echo $?

@megaluck
Copy link
Author

megaluck commented Sep 7, 2016

hi @rawgni i tried

gus@gus-HP-EliteBook-8560w-XXXXXX:$ virtualenv .
Running virtualenv with interpreter /usr/bin/python2
New python executable in /home/gus/bin/python2
Also creating executable in /home/gus/bin/python
Installing setuptools, pkg_resources, pip, wheel...done.
gus@gus-HP-EliteBook-8560w-XXXXXX:
$ source bin/activate 2> /dev/null
(gus) gus@gus-HP-EliteBook-8560w-XXXXXX:$ echo $?
0
(gus) gus@gus-HP-EliteBook-8560w-XXXXXX:
$ cd PokemonGo-Bot/
(gus) gus@gus-HP-EliteBook-8560w-XXXXXX:/PokemonGo-Bot$ ./run.sh
Virtualenv does not exits
Run: ./setup.sh -i
(gus) gus@gus-HP-EliteBook-8560w-XXXXXX:
/PokemonGo-Bot$

@emacalate
Copy link

I didn't have virtualenv installed, I installed this manually and re-ran the pokemon go bot setup and it resolved the issue for me.

@Gobberwart
Copy link
Contributor

Duplicate of #5261

@rawgni
Copy link
Contributor

rawgni commented Sep 8, 2016

@megaluck

can you try

cd PokemonGo-Bot
virtualenv .
./run.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants