PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Sunday the 18th of January, 2015

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[11:11:19] <E3> How to remove an upgrade ? I did: pip install --upgrade ipython[all] --user
[11:20:04] <E3> After that I did: pip install -e ".[notebook]" --user
[11:21:00] <E3> Does that mean that deleting the notebook-folder deleted also the installed notebook. Is that enough to remove it ?
[11:28:14] <E3> Never mind, I just searched in my 'site.USER_BASE'-folder all stuff that got installed at the same time, removed and now everything seems to be (still) oke.
[19:37:14] <ionelmc> what a peculiar wheel name: pyenchant-1.6.6-py2.py3.cp27.cp26.cp32.cp33.cp34.pp27-none-win32.whl
[21:11:25] <pjenvey> it seems that virtualenv's create_bootstrap_script creates a bootstrapper that doesn't include pip/setuptools wheels that are assumed to exist
[21:11:38] <pjenvey> so the bootstrap script ultimately fails
[21:12:14] <ionelmc> pjenvey: worth taking a look at the virtualenv rewrite right about now ;)
[21:12:56] <pjenvey> ionelmc - i dunno is that rewrite slated to land in the next version
[21:13:22] <ionelmc> pjenvey: no idea, but you can try it
[21:14:31] <ionelmc> pjenvey: i've got dstufft's prototype to a fairly usable state
[21:23:29] <ionelmc> pjenvey: eg, pip install https://github.com/ionelmc/virtualenv/archive/master.zip if you feel adventurous :-)