How to create a standalone python installation

How can I build a python interpreter that can be installed just by extracting the archive?

eg. I want python-2.6.tar.gz. The user will extract it to any directory and start using it.

+3
source share
2 answers

Perhaps portablepython(currently only Windows). You can try to use it directly or follow the installation process to learn how to create such an environment.

Portable Python is a Python® programming language pre-configured to work directly from any USB storage device, allowing you to transfer your programming environment at any time.

+4
source

-, debian, script python.

python, paramiko python . :

http://bitbucket.org/chris.mahan/debian-stable-python-2.6.4-deployer/

.

+1

Source: https://habr.com/ru/post/1729861/


All Articles