Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #60419

Re: Parallel Python x.y.A and x.y.B installations on a single Windows machine

From Jurko Gospodnetić <jurko.gospodnetic@pke.hr>
Subject Re: Parallel Python x.y.A and x.y.B installations on a single Windows machine
Date 2013-11-25 14:51 +0100
Organization PKE sistemi d.o.o.
References <mailman.3166.1385382760.18130.python-list@python.org> <107e2c79-ae7b-4798-b07c-e52af62c68a4@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.3173.1385387495.18130.python-list@python.org> (permalink)

Show all headers | View raw


   Hi.

On 25.11.2013. 13:46, Ned Batchelder wrote:
> IIRC, Python itself doesn't read those registry entries, except when installing pre-compiled .msi or .exe kits.  Once you have Python installed, you can move the directory someplace else, then install another version of Python.
>
> If you need to use many different Pythons of the same version, this script helps manage the registry: http://nedbatchelder.com/blog/201007/installing_python_packages_from_windows_installers_into.html

   Thank you for the information!

   As I mentioned in another reply, so far I think we can use this 
script to temporarily change the 'current installation' if needed for 
some external installer package to correctly recognize where to install 
its content.

   <bike-shedding>If we do use it, I'll most likely modify it to first 
make a backup copy of the original registry key and use that later on to 
restore the original registry state instead of reconstructing its 
content to what the script assumes it should be.</bike-shedding>

   Best regards,
     Jurko Gospodnetić

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Parallel Python x.y.A and x.y.B installations on a single Windows machine Jurko Gospodnetić <jurko.gospodnetic@pke.hr> - 2013-11-25 13:32 +0100
  Re: Parallel Python x.y.A and x.y.B installations on a single Windows machine Ned Batchelder <ned@nedbatchelder.com> - 2013-11-25 04:46 -0800
    Re: Parallel Python x.y.A and x.y.B installations on a single Windows machine Jurko Gospodnetić <jurko.gospodnetic@pke.hr> - 2013-11-25 14:51 +0100

csiph-web