Rust-Python-Packaging / rust-pip

Pip rewritten in Rust.
MIT License
19 stars 11 forks source link

Package Installation in Virtual Environemnt and Host Environment #19

Open 0101coding opened 2 years ago

0101coding commented 2 years ago

This is related to the issue #8 Attached are preliminary details which breeds some further questions. Python Library Installation.txt

FerrisWasTaken commented 2 years ago

The idea is pip does not know that it is in the host or venv. When in a venv the pip executable is changed & through a relative path it finds out where it is.

0101coding commented 2 years ago

If venv does this then that would be an issue when trying to run rust-pip in a venv because it would mean it needs to be context aware