rust-pip
rust-pip copied to clipboard
Package Installation in Virtual Environemnt and Host Environment
This is related to the issue #8 Attached are preliminary details which breeds some further questions. Python Library Installation.txt
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.
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