-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
General support for target installation paths #8725
Comments
There are many design considerations needed for this. How does pip handle packages in |
I'm not in a position to execute on this feature request, sorry. Nevertheless, it stands as is. Another possibility to address the use-case for creating zip-files from requirements could be some form of package archive functionality that takes a For purposes of issue-management, I'm happy to get feedback on whether this comment is a duplicate and/or needs to be extracted to a new issue/feature-request. |
I'd personally like to improve pip's support for install locations (so things like |
The value of full support for a target installation path is that it only contains added dependencies and it would be useful to be able to
pip show
,pip uninstall
andpip check
the packages in the target path without touching anything else. Even a clean-virtualenv contains a lot of extra packaging cruft, making it difficult to extract only added dependencies; one use-case for this is to build AWS lambda layers with only the required packages.The text was updated successfully, but these errors were encountered: