Paul Price
Results
23
comments of
Paul Price
You cannot assume that `sh` is `bash`. On my Ubuntu machine: ``` price@neverland:~ $ ls -l /bin/sh lrwxrwxrwx 1 root root 4 Feb 19 2014 /bin/sh -> dash* ``` See...
Declaring the astrometry_net_data package is no longer required.
The locking in eups is sub-optimal, so we usually disable it. Put in your `$EUPS_PATH/site/startup.py`: ``` # Disable locking hooks.config.site.lockDirectoryBase = None ```