python portable installation?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • luismi

    python portable installation?


    Hi,

    I have searched the online manuals, faqs and forums, but i haven't
    found a satisfactory explanation ... most probably my fault ;)

    I have found 2 projects, one commercial and another free, that deal
    with the installation and running of python code on portable/removable
    devices, my questions are:
    (1) Is this scenario not yet contemplated in the official releases,
    and
    (2) Why is such a big issue?

    Will appreciate your comments,
    Thanks in advance

    Luismi
  • Fredrik Lundh

    #2
    Re: python portable installation?

    luismi wrote:
    I have searched the online manuals, faqs and forums, but i haven't
    found a satisfactory explanation ... most probably my fault ;)
    >
    I have found 2 projects, one commercial and another free, that deal
    with the installation and running of python code on portable/removable
    devices, my questions are:
    (1) Is this scenario not yet contemplated in the official releases,
    and
    (2) Why is such a big issue?
    there's no problem putting a python program, including a full runtime,
    anywhere on any disk. the above tools simply streamline the process.

    </F>

    Comment

    Working...