[sage-support] Can't use os.chdir with Sage in virtualbox

2010-05-14 Thread David Grudoski
Can anyone tell me how to use os.chdir to go to my C: drive when running sage in virtual box? I can't get out of the '/home/' directory. executing the following in sage notebook import os os.chdir('C:') gives an error No such file or Directory I set C up a a permanent shared folder from the

Re: [sage-support] Can't use os.chdir with Sage in virtualbox

2010-05-14 Thread Robert Bradshaw
On May 14, 2010, at 9:32 AM, David Grudoski wrote: Can anyone tell me how to use os.chdir to go to my C: drive when running sage in virtual box? I can't get out of the '/home/' directory. executing the following in sage notebook import os os.chdir('C:') gives an error No such file or