I am trying to set up python on a system I do not have root access to and do not have internet connected. I was able to get the python source code on the machine and now I want to compile it and I want the executable and all the files to be in my current working directory (ie /home/me/python/<install here>
).
How do I get this done?