problem with linked directory

Gustavo Cordova gcordova at hebmex.com
Tue May 7 14:21:31 EDT 2002


Because, when you type "pwd" from the shell,
you're actually running an internal command,
which "knows" that you're inside a linked
directory, although the real cwd you're in
is the true directory.

Try running pwd with the full pathname,
which should be /bin/pwd or /usr/bin/pwd,
probably it'll give you the same answer
as python's.

Good luck :-)

-gustavo





More information about the Python-list mailing list