Changeset 7789:85aa0ef12da3
- Timestamp:
- 12/15/07 16:54:18 (5 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
sage/misc/dist.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sage/misc/dist.py
r1233 r7789 12 12 included with SAGE: 13 13 ['gap', 'gp', 'singular', 'maxima', 'M2', 'kash', 14 'mwrank', 'ipython', 'hg', 'hgmerge' ]14 'mwrank', 'ipython', 'hg', 'hgmerge', 'R'] 15 15 16 16 This command: … … 52 52 53 53 for c in ['gap', 'gp', 'singular', 'maxima', 'M2', 'kash', \ 54 'mwrank', 'ipython', 'hg', 'hgmerge' ]:54 'mwrank', 'ipython', 'hg', 'hgmerge', 'R']: 55 55 print "\nChecking that SAGE has the command '%s' installed"%c 56 56 if os.system('which %s > /dev/null'%c):
Note: See TracChangeset
for help on using the changeset viewer.
