Tuesday, March 17, 2015

Answer for How do I switch into a directory that has a space - Python Tutorial

No you do not need to change your directory name.  You will need to add a escape character(\) to work around the space. Look at the code below how to work around spaces.  


>>>cd python\ tutorials

 



1 comment: