You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ondrej@kittiwake:/tmp$ ipython
launcher:Unable to launch '/nh/nest/u/ondrej/ext/py27/bin/../../../../../../../auto/netscratch/ondrej/opt/python/nkcg/bin/python2.7' (No such file or directory)
ondrej@kittiwake:/tmp$
and I think this is caused by the following fact:
$ ls /nh/nest/u/ondrej/ext/py27/bin/../../../../../../../auto/netscratch/ondrej/opt/python/nkcg/bin/python2.7
ls: cannot access /nh/nest/u/ondrej/ext/py27/bin/../../../../../../../auto/netscratch/ondrej/opt/python/nkcg/bin/python2.7: No such file or directory
$ ls /nh/nest/u/ondrej/ext/py27/bin/../../../../../../../../auto/netscratch/ondrej/opt/python/nkcg/bin/python2.7
/nh/nest/u/ondrej/ext/py27/bin/../../../../../../../../auto/netscratch/ondrej/opt/python/nkcg/bin/python2.7
it's missing one ../ in the path.
The text was updated successfully, but these errors were encountered:
@dagss -- any ideas where exactly this is set? It must be some setup of symbolic links on my system, that hashdist gets surprised by, but I am not quite sure where this relative thing is calculated.
Sometimes I get this:
and I think this is caused by the following fact:
it's missing one
../
in the path.The text was updated successfully, but these errors were encountered: