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
Might be my inexperience with virtualenvwrapper but I found the directions ...
$ mkdir icecream
$ mkvirtualenv -a icecream icecream-dev
$ cd icecream && add2virtualenv `pwd`
to be confusing as when I did my mkvirtualenv the directory icecream was created and made the current working directory - hence the cd to icecream on the next line was redundant.
Perhaps this is my non standard virtualenvwrapper configuration or perhaps virtualenvwrapper behaviour has chnaged ?
I'm using Python 2.7.3 on Ubuntu 12 and the venv packages are
Might be my inexperience with
virtualenvwrapper
but I found the directions ...to be confusing as when I did my
mkvirtualenv
the directoryicecream
was created and made the current working directory - hence the cd toicecream
on the next line was redundant.Perhaps this is my non standard
virtualenvwrapper
configuration or perhapsvirtualenvwrapper
behaviour has chnaged ?I'm using Python 2.7.3 on Ubuntu 12 and the venv packages are
The text was updated successfully, but these errors were encountered: