Author | Message |
---|---|
lmann2
Posts: 156
|
Posted 17:24 Jan 23, 2016 |
FYI If you installed anaconda it's going to want you to use it's package manager for virtualenv (you'll have noticed this if you've followed the repo notes): C:\Users\Laura>pip install virtualenv WARNING: using virtualenv with conda is untested and not recommended. Proceed (y/n)? C:\Users\Laura>conda env positional arguments: optional arguments: C:\Users\Laura>conda install virtualenv |
lmann2
Posts: 156
|
Posted 17:42 Jan 23, 2016 |
Git documentation is a little off you might have to reference http://virtualenv.readthedocs.org/en/latest/userguide.html. Ping me if you run into trouble. |