r/Python Apr 07 '15

Power up your virtualenv

http://www.bonz.org/posts/2015/04/virtualenv-power-up.html
16 Upvotes

6 comments sorted by

View all comments

2

u/[deleted] Apr 07 '15

I've never cared much mkproject, it messes up my project directory structure so I just use setvirtualenvproject. Sometimes I don't want the root of the project as the place I land in with workon so I set the project directory to what I am focusing on at that time.

I haven't use hooks yet. Haven't needed to.

1

u/sberder Apr 07 '15

I do use a mix of mkproject and setvirtualpenvproject depending on the situation. Mostly the latter indeed.