Changes between Version 3 and Version 4 of SageInstallation

Show
Ignore:
Timestamp:
02/01/12 11:15:57 (13 years ago)
Author:
ajaworski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SageInstallation

    v3 v4  
    3737After installation SAGE there is some environment setup required. 
    3838 
    39 1. Environmental variables 
    40  * in .bashrc change one of the first lines from: 
     391. Environmental variables[[BR]] 
     40 You need to setup environmental variables even if you don't start an interactive session but just run a command using ssh. To achieve this you have to: 
     41 * change one of the first lines in .bashrc from: 
    4142  {{{  
    4243  [ -z "$PS1" ] && return  
     
    4647  [ -z "$PS1" ] && . /etc/profile.d/sage.sh && return 
    4748  }}} 
    48   This will setup all required environmental variables even if you don't start an interactive session but just run a command using ssh. 
    4949 
    50 2. Libraries location 
    51  Some applications using SAGE may not found SAGE libraries if you run an amd64 system. 
    52  All you have to do is: 
     502. Libraries location[[BR]] 
     51 Some applications using SAGE may not found SAGE libraries if you run an amd64 system. All you have to do is: 
    5352 * enter SAGE installation directory (/usr/local/sage by default) 
    5453 * make a symlink (ln -s) to lib64 folder and name it lib (sudo ln -s lib64 lib) 
    5554 
     553.  
    5656== Usage ==