LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   pip3 DESTDIR install (https://www.linuxquestions.org/questions/programming-9/pip3-destdir-install-4175724563/)

jr_bob_dobbs 04-28-2023 01:52 PM

pip3 DESTDIR install
 
Given a Python package that has to be installed via pip3, how can one get pip3 to perform a DESTDIR install?

The only good result I could get from googling was this stackoverflow link (best viewed in a text-mode browser) but I am unclear if they are discussing alternate install to a permanent directory (something like /opt) or instead a DESTDIR install (can tar then detar elsewhere later without breaking anything).

Thank you.

pan64 04-28-2023 01:59 PM

I guess you need to use python venv (virtual environment) for this.


All times are GMT -5. The time now is 02:08 AM.