FAQ
I am trying to deploy Python onto a number of laptops and have been
trying to take advantage of Python 2.4's MSI installer. I have tried
using the following commands to install, but to no avail:

msiexec /i python-2.4.msi /qb ALLUSERS=1
-- and --
msiexec /i python-2.4.msi /qb ALLUSERS=1 ADDLOCAL=ALL

However both of these commands fail to update the Windows path to
include C:\Python24 and as such creates problems for me when trying to
actually use Python. How can I rectify this situation? Is there a
command I am missing? Do I need to manually update the Path, and if so,
is there a programatic way I can do this? Thanks in advance

Search Discussions

  • Brolewis at Jan 26, 2005 at 9:40 pm
    I am trying to deploy Python onto a number of laptops, all running
    Windows XP, and have been trying to take advantage of Python 2.4's MSI
    installer. I have tried using the following commands to install, but to
    no avail:

    msiexec /i python-2.4.msi /qb ALLUSERS=1
    -- and --
    msiexec /i python-2.4.msi /qb ALLUSERS=1 ADDLOCAL=ALL

    However both of these commands fail to update the Windows path to
    include C:\Python24 and as such creates problems for me when trying to
    actually use Python. How can I rectify this situation? Is there a
    command I am missing? Do I need to manually update the Path, and if so,
    is there a programatic way I can do this? Thanks in advance.
  • Rbt at Jan 26, 2005 at 10:43 pm

    brolewis wrote:
    I am trying to deploy Python onto a number of laptops and have been
    trying to take advantage of Python 2.4's MSI installer. I have tried
    using the following commands to install, but to no avail:

    msiexec /i python-2.4.msi /qb ALLUSERS=1
    -- and --
    msiexec /i python-2.4.msi /qb ALLUSERS=1 ADDLOCAL=ALL

    However both of these commands fail to update the Windows path to
    include C:\Python24 and as such creates problems for me when trying to
    actually use Python. How can I rectify this situation? Is there a
    command I am missing? Do I need to manually update the Path, and if so,
    is there a programatic way I can do this? Thanks in advance
    I've always manually updated the path... but I suppose there may be a
    way to do this automatically during install or programatically (bat file
    or py script afterwards). Perhaps someone more knowledgeable can answer
    these questions?

    Best of luck!
  • Martin v. Löwis at Jan 27, 2005 at 11:21 pm

    brolewis wrote:
    However both of these commands fail to update the Windows path to
    include C:\Python24 and as such creates problems for me when trying to
    actually use Python.
    Not surprisingly so. The Python installation makes no attempt to update
    the PATH, and never did so, in any recent release.
    How can I rectify this situation?
    There shouldn't be any need to. Just invoke .py files at the command
    line, and Windows will find python.exe itself. If you want to invoke
    it interactively, either use the Start menu, or invoke
    c:\python24\python.exe manually (use the Tab key to not spell out the
    entire path letter-by-letter).

    Regards,
    Martin

Related Discussions

Discussion Navigation
viewthread | post
Discussion Overview
grouppython-list @
categoriespython
postedJan 26, '05 at 9:39p
activeJan 27, '05 at 11:21p
posts4
users3
websitepython.org

3 users in discussion

Brolewis: 2 posts Martin v. Löwis: 1 post Rbt: 1 post

People

Translate

site design / logo © 2023 Grokbase