PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Saturday the 18th of July, 2015

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[00:00:45] <glyph> python get-pip.py virtualenv -t bootstrap
[00:00:45] <glyph> python bootstrap/virtualenv.py .virtualenvs/default
[00:00:56] <glyph> rm -fr bootstrap
[02:25:23] <ionelmc> glyph: that won't work when virtualenv gets (eventually?) switched to a package (instead of a single module)
[03:07:36] <glyph> ionelmc: PYTHONPATH=bootstrap python -m virtualenv maybe?
[08:59:19] <nanonyme> ionelmc, wouldn't that just mean it would need to be an executable package?
[09:00:33] <nanonyme> Well, yeah, only the latter syntax would work then anyway... But definitely something *not* to miss when doing that change is the making the package executable
[10:45:10] <pjdelport> glyph: Have you thought of recommending virtualenvwrapper (instead of just virtualenv directly) to newbies?
[17:17:24] <ronny> re
[17:17:48] <ronny> pjdelport: im a bit opposed to it
[20:32:03] <nanonyme> ronny, pjdelport, does either of you have any arguments for your views?
[20:49:18] <pjdelport> Oh, I don't have strong views, but I've had good luck teaching a variety of people mkvirtualenv and workon first.
[20:50:29] <pjdelport> Before the slightly more complicated interface of directly using virtualenv and activate right.
[21:04:11] <jck> I have a parametrized fixture(fixture A), which in-turn uses the tmpdir fixture. Is there a way to make fixture A create only one tmpdir every time it is used(instead of one per param)?
[22:51:58] <jck> sorry, wrong channel.