summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/update_extern_pkg6
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