python - Is "/lib64" different from "/lib/../lib64/"? -


in gdb python script /opt/gcc-4.8.2/lib64/libstdc++.so.6.0.18-gdb.py following line present

libdir = '/opt/gcc-4.8.2/lib/../lib64' 

instead have been /opt/gcc-4.8.2/lib64. make difference in bash or python?

paths when constructed shell scripts don't want depend on being on linux. it's harder canonicalize pathnames (get rid of ..) on other platforms. like solaris.

it's not problem leave paths are.


Comments

Popular posts from this blog

command line - Use qwinsta in PowerShell ISE -

java - Incorrect order of records in M-M relationship in hibernate -

Python website log in: BIG-IP can not find session information in the request -