Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install --deps-only #2171

Closed
unhammer opened this issue Dec 12, 2014 · 4 comments
Closed

install --deps-only #2171

unhammer opened this issue Dec 12, 2014 · 4 comments
Labels
auto-locked Outdated issues that have been locked by automation

Comments

@unhammer
Copy link

The workaround to installing deps only seems to be pip install -U -r requirements.txt -e ., but then you still have to pip uninstall -y foo and sed -i '/foo/d' easy-install.pth afterwards.

It'd be nice with an option to install deps only, like pip install --deps-only -U .

@unhammer
Copy link
Author

This'd work well in concert with a solution to #536 in order to be able to upgrade-install deps, but ignore-install the current project.

@rbtcollins
Copy link

bikeshed --only-dependencies (which cabal uses)

@dstufft
Copy link
Member

dstufft commented Mar 22, 2017

Closing this, I don't think that the use case as I understand it warrants adding an option to pip. You might try using ```pip-compile`` from pip-tools to manage your dependencies instead.

@dstufft dstufft closed this as completed Mar 22, 2017
@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jun 3, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 3, 2019
@pradyunsg
Copy link
Member

Adding a cross reference to #11440

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation
Projects
None yet
Development

No branches or pull requests

4 participants