Changeset 7789:85aa0ef12da3


Ignore:
Timestamp:
12/15/07 16:54:18 (5 years ago)
Author:
William Stein <wstein@…>
Branch:
default
Message:

trac #1529 -- install_scripts also installs an R script.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sage/misc/dist.py

    r1233 r7789  
    1212    included with SAGE: 
    1313      ['gap', 'gp', 'singular', 'maxima', 'M2', 'kash',  
    14               'mwrank', 'ipython', 'hg', 'hgmerge'] 
     14              'mwrank', 'ipython', 'hg', 'hgmerge', 'R'] 
    1515 
    1616    This command: 
     
    5252 
    5353    for c in ['gap', 'gp', 'singular', 'maxima', 'M2', 'kash', \ 
    54               'mwrank', 'ipython', 'hg', 'hgmerge']: 
     54              'mwrank', 'ipython', 'hg', 'hgmerge', 'R']: 
    5555        print "\nChecking that SAGE has the command '%s' installed"%c 
    5656        if os.system('which %s > /dev/null'%c): 
Note: See TracChangeset for help on using the changeset viewer.