Hi, ALL,
When I am on Windows, I can write something like this:

sys.path.append('C:\Users\Igor\Documents\MyLib')

Now, when I'm on Linux, can I do this:

sys.path.append('~/MyLib')

?

I.e., will '~' sign be expanded correctly?

Thank you.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to