Using pip instead of easy_install

18 views
Skip to first unread message

Robert Tirrell

unread,
Mar 31, 2012, 3:07:07 AM3/31/12
to pa...@googlegroups.com
Is there a particular reason that easy_install is used for packages_to_install, instead of pip? pip can (more simply) handle alternative install locations, which makes life easier, e.g., to install software from bitbucket or github.

I worked around this myself by monkeypatching:
virtual._easy_install_template = " " * 4 + "subprocess.call([join(%s, 'pip'), 'install', '%s'])\n"

Reply all
Reply to author
Forward
0 new messages