LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Installation of python and dependencies in customized path instead of standard path (https://www.linuxquestions.org/questions/linux-software-2/installation-of-python-and-dependencies-in-customized-path-instead-of-standard-path-4175544076/)

srinietrx 05-31-2015 01:43 AM

Installation of python and dependencies in customized path instead of standard path
 
Developed application using Python Tkinter for GUI.
Now I need to run(i.e Application) in many computers having linux computer.

When ran this script it is asking for python-tk package. I have no problem installing with apt-get for ubuntu or yum for fedora.

But I need to install python and its dependencies in seperate customized directory and the application when running need to get library from custom directory instead of standard path.In short don't want to depend on python and its dependencies already installed in System.

Which option should I go for installing from source code or binary packages?
How to set Path such a way that while running script it should look for customized path instead of standard path?
Also I am thinking to do above task with bash script.
Is it possible readymade bash script is available for this type of installation?

John VV 05-31-2015 02:38 AM

PLEASE DO NOT DOUBLE POST!!!!
see your OTHER post on this exact same title

http://www.linuxquestions.org/questi...th-4175544077/

-- post reported


All times are GMT -5. The time now is 11:24 PM.