test_user_similar (test.test_sysconfig.TestSysConfig) ... > /var/tmp/build/gcc32/Lib/test/test_sysconfig.py(269)test_user_similar() -> self.assertEquals(user_path, global_path.replace(base, user)) (Pdb) p user_path '/home/zsolt/.local/lib/python2.7' (Pdb) p global_path '/tmp/install/python/common/lib/python2.7' (Pdb) p base '/tmp/install/python/common' (Pdb) user '/home/zsolt/.local' (Pdb) global_path.replace(base, user) '/home/zsolt/.local/lib/python2.7' (Pdb) p name 'stdlib' (Pdb) c > /var/tmp/build/gcc32/Lib/test/test_sysconfig.py(268)test_user_similar() -> pdb.set_trace() (Pdb) global_path.replace(base, user) '/tmp/install/python/exec/lib/python2.7' (Pdb) p name 'platstdlib' (Pdb) p user_path '/home/zsolt/.local/lib/python2.7' (Pdb) p global_path '/tmp/install/python/exec/lib/python2.7' (Pdb) p base '/tmp/install/python/common'