RE: Pyds-dev digest, Vol 1 #200 - 4 msgs
rand-kzPqTZqrtG+O+QkcXTtFxKWz8mPg4b/[email protected] Sat, 27 Mar 2004 12:07:18 -0700
| Newsgroups | gmane.comp.pythin.pyds.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, > I will change the install to default to %USERPROFILE%, if it exists in > the > user's environment .. and set HOME to it at PyDs runtime. Or should I > use > one of the alternates?: > >>use %HOMEDRIVE% and > >>%HOMEDIR% (or was it %HOMEPATH%?) Yes, this is a good change. Not just to enable multiple PyDS users per machine. To install under Program Files typically requires admin priveleges, and many folks are wisely starting to avoid that for regular use (or may be restricted from doing so). Installing under USERPROFILE is definitely better. Hopefully your upgrade package will make this move easy for those who've already installed under Program Files. Thx, Rand