summaryrefslogtreecommitdiff
path: root/scripts/unmangle_interpreter
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate unmangle_interpreter script, in favour of running python directly ↵James E.H. Turner2016-09-011-48/+0
| | | | on scripts with a messed-up interpreter path at install time (duh).
* Rename scripts consistently to reflect use of AstroConda-specific conventions.James E.H. Turner2016-09-011-1/+1
|
* Move iraf package filename definitions into their own file, for use by ↵James E.H. Turner2016-08-231-1/+1
| | | | multiple sh scripts. Also quote a few path variables properly, in case of spaces.
* Don't require interpreter to end with "python", since .* is greedy anyway ↵James E.H. Turner2016-08-231-1/+1
| | | | and it's conceivable we might want to specify something like "python3" in future.
* A script to undo conda's unwanted interpreter path mangling in ↵James E.H. Turner2016-08-231-0/+48
update_extern_pkg.