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

mkvirtualenv directions slightly wrong ? #78

Open
shearichard opened this issue Feb 26, 2014 · 1 comment
Open

mkvirtualenv directions slightly wrong ? #78

shearichard opened this issue Feb 26, 2014 · 1 comment

Comments

@shearichard
Copy link

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

virtualenv==1.11.4
virtualenv-clone==0.2.4
virtualenvwrapper==4.2
@dashmug
Copy link

dashmug commented Jun 9, 2014

Yes, I also think

$ mkdir icecream
$ mkvirtualenv icecream

is enough.

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

2 participants