rust-pip icon indicating copy to clipboard operation
rust-pip copied to clipboard

Package Installation in Virtual Environemnt and Host Environment

Open 0101coding opened this issue 2 years ago • 2 comments

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

0101coding avatar Aug 09 '22 21:08 0101coding

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.

FerrisWasTaken avatar Aug 14 '22 05:08 FerrisWasTaken

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

0101coding avatar Aug 14 '22 11:08 0101coding