Building and running code: Paths and Environment Variables
Line: 8 to 8
As your projects become more complex, you will inevitably need to reference code or resources in other files. Here are some common issues regarding paths:
Accessing /dropbox in a Condor job:
Changed:
< <
/dropbox is a symlink to /opt/dropbox on Patas, but Condor does not recognize this. Use the full /opt/dropbox path instead.
> >
~/dropbox is a symlink to /opt/dropbox on Patas, but Condor does not recognize this. Use the full /opt/dropbox path instead.