~/dev/git-repos/lexicon$ .tox/py33/bin/pip install -e git+https://github.com/msabramo/spec.git@python-3#egg=spec
For --editable=git+https://github.com/msabramo/spec.git@python-3#egg=spec only is currently supported
Storing complete log in /Users/marca/.pip/pip.log
pip does not know about git or any of the other pip.vcs modules.
This seems likely to be a bug in Python 3.3; probably in either pkgutil.walk_packages (what pip uses to discover available modules) or more likely, the new importer stuff for PEP 420 -- see http://bugs.python.org/issue14982
pip does not know about
gitor any of the otherpip.vcsmodules.This seems likely to be a bug in Python 3.3; probably in either
pkgutil.walk_packages(what pip uses to discover available modules) or more likely, the new importer stuff for PEP 420 -- see http://bugs.python.org/issue14982