diff options
Diffstat (limited to 'scripts/update_extern_pkg')
-rwxr-xr-x | scripts/update_extern_pkg | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/update_extern_pkg b/scripts/update_extern_pkg index ce04650..cf08368 100755 --- a/scripts/update_extern_pkg +++ b/scripts/update_extern_pkg @@ -1,6 +1,10 @@ -#!/usr/bin/env python +#!/usr/bin/python # # Copyright(c) 2016 Association of Universities for Research in Astronomy, Inc. +# +# This script uses the OS Python to avoid Conda relocation/dependency problems +# (since it is run before package installation is complete). Both the LSB and +# MacOS define Python in /usr/bin as standard. import argparse import os, os.path |