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

Support environments where pip is not installed #98

Closed
sbidoul opened this issue May 26, 2023 · 1 comment · Fixed by #137
Closed

Support environments where pip is not installed #98

sbidoul opened this issue May 26, 2023 · 1 comment · Fixed by #137
Labels
enhancement New feature or request

Comments

@sbidoul
Copy link
Owner

sbidoul commented May 26, 2023

This could be done by providing pip-deepfreeze with a target pip command in addition to a target python interpreter.
That pip command could then be target-pip --python {target-python} ....

@sbidoul sbidoul added the enhancement New feature or request label May 26, 2023
@sbidoul
Copy link
Owner Author

sbidoul commented Feb 18, 2024

Or, we could install pip as a dependency of pip-deepfreeze, and use {sys.executable} -m pip --python {python} install.

We need to check that the pip version we have is compatible with the target python, though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant