On 02/26/2011 04:32 PM, Justin Bonnell wrote:
> --My current working directory is not what I have been trying to cd to, so 
> I'm assuming that I am using the cd command wrong. 
> 
> I have tried:
> 
> $ cd /jwbonnell/bin/Python\2.7/Extras/Demo/tkinter/guido
> $ cd /jwbonnell/bin/Python\2.7/Extras/Demo/tkinter/guido/hello.py
> $ cd /jwbonnell/bin/Python 2.7/Extras/Demo/tkinter/guido/hello.py
> 

Alas, you still do it wrong. You don't just replace the space with a
backslash, you put a slash _before_ the space. Or like Steven (I think
it was) suggested, put it in quotes.



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

Reply via email to