Creating a Portable Python (local install) for Linux

后端 未结 7 1136
醉酒成梦
醉酒成梦 2021-02-07 15:53

I\'m looking to create the following:

A portable version of python that can be run on any system (with any previous version of python or no python installed) and have it

7条回答
  •  深忆病人
    2021-02-07 16:37

    I faced the same problem, so I created PortableVirtualenv. Your Question is just the definition of it.

    I use it as a base for commercial multiplatform app I develop. (But PortableVirtualenv is public domain - use it freely.)

    If needed, you can pip-install any package and zip the whole directory to distribute also packages you need.

提交回复
热议问题