Lamonte Harris wrote:
Every time I start cmd on windows it requires me to "set path=%path%;C:\python26" why? I'm getting annoyed...

I have never started cmd and have it require anything.

I guess what you are really asking is "how to permanenly set an environment variable".

In this case so you can launch Python by just typing python at the cmd prompt?

Are we on the same page so far?

And realize this is not a Python question but rather a Windows question?

Try this:

Start->Settings->Control Panel->System->Advanced->Environment Variables
Highlight PATH under System Variables & Click Edit.
Add ;C:\python26
-- 
Bob Gailer
Chapel Hill NC 
919-636-4239


--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to