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


Groups > comp.lang.python > #5786

Re: Windows Registry Keys

From "Elias Fotinis" <efotinis@yahoo.com>
Subject Re: Windows Registry Keys
Date 2011-05-19 23:05 +0300
References <ir3m1m$l8j$1@news.jpl.nasa.gov>
Newsgroups comp.lang.python
Message-ID <mailman.1801.1305836108.9059.python-list@python.org> (permalink)

Show all headers | View raw


On Thu, 19 May 2011 21:03:34 +0300, Mathew <myeates@jpl.nasa.gov> wrote:

> I have installed a new version of Python27 in a new directory. I want to get
> this info into the registry so, when I install Numpy, it will use my new
> Python

If I understand correctly (you have multiple Python 2.7 installations and what to make this new one the current), you should change this key:
   HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Python\PythonCore\2.7\InstallPath

(ignore "Wow6432Node" if you are not on 64-bit Windows)

That'd would probably be enough for the Numpy installer. I assume you are aware about the changes that may be required to the PATH and file associations.

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


Thread

Windows Registry Keys "Mathew" <myeates@jpl.nasa.gov> - 2011-05-19 11:03 -0700
  Re: Windows Registry Keys "Elias Fotinis" <efotinis@yahoo.com> - 2011-05-19 23:05 +0300

csiph-web