Anaconda2 Environment Config
Hi,
I am running under Ubuntu 14.04, Anaconda2 4.2.0, master branch. I tried to create a simple environment.yml: name: poke dependencies:
- git
- pip
- python=2.7
- virtualenv
after setup.sh and run.sh I got compain: Virtualenv does not exits Run: ./setup.sh -i
I also followed https://github.com/PokemonGoF/PokemonGo-Bot/blob/master/docs/manual_installation.md#linux-and-mac
But still get the following error:
(poke) eeijjmo@elxa9t1tf12:~/android/PokemonGo/PokemonGo-Bot-LammLever$ virtualenv .
New python executable in /home/eeijjmo/android/PokemonGo/PokemonGo-Bot-LammLever/bin/python
Traceback (most recent call last):
File "/home/eeijjmo/anaconda2/envs/poke/bin/virtualenv", line 6, in
How should I do a proper configuration?
Thanks!