Open 0101coding opened 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.
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
This is related to the issue #8 Attached are preliminary details which breeds some further questions. Python Library Installation.txt