mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-19 06:11:00 +00:00
4177a08c1d
This should resolve a lot of the misquoting bugs. Two places not fixed AFAIK: * The pip call in `core.pip_install`. Too convoluted; I don't dare rewriting it. * The strange pexpect cmd mentioned in #2115, and pew's inve method.