The PATH variable for me (user) has c:\Users\Wayne\g95\bin

On 12/19/2011 12:25 PM, Prasad, Ramit wrote:
James wrote:
In windows 7,

1. Go to start
2. Right click on "Computer"
3. Select Properties. This will bring up the "System" menu.
4. Select "Advanced system Settings" on the left hand side.
5. In this new window, select Environment variables... at the bottom
6. In the bottom window area, scroll down until you find "PATH"
7. Select "Edit" (do NOT delete anything contained in this or will screw some 
stuff up)
8. scroll to the very end and put a ; as a deliminator if there isn't one on 
the end already. Then put the direct path to you Python install you care about. 
(it should be something like this:(;C:\Python27) - this is mine in fact.
9. Hit OK. Then accept your way out. You will have to reboot.
10. To test, open a cmd prompt and and type simply "python". if you get Python 
2.7.2 (some more stuff) then python is now on your path.
=============================================================================================
Modify "User Variables" and not "System variables".
You will need to restart any open command prompt
but not the full machine.

PATH=%PATH%;c:\python27

That should pick up the system variables
and then append python's location to it.

http://geekswithblogs.net/renso/archive/2009/10/21/how-to-set-the-windows-path-in-windows-7.aspx

If that does not work; then feel free to follow
James's advice and then restart.


Ramit


Ramit Prasad | JPMorgan Chase Investment Bank | Currencies Technology
712 Main Street | Houston, TX 77002
work phone: 713 - 216 - 5423

--


This email is confidential and subject to important disclaimers and
conditions including on offers for the purchase or sale of
securities, accuracy and completeness of information, viruses,
confidentiality, legal privilege, and legal entity disclaimers,
available at http://www.jpmorgan.com/pages/disclosures/email.


--
           Wayne Watson (Watson Adventures, Prop., Nevada City, CA)

             (121.015 Deg. W, 39.262 Deg. N) GMT-8 hr std. time)
              Obz Site:  39° 15' 7" N, 121° 2' 32" W, 2700 feet

                     CE 1955 October 20 07:53:32.6 UT
                    -- "The Date" The mystery unfolds.

                    Web Page:<www.speckledwithstars.net/>


_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to