Changes between Version 2 and Version 3 of SageInstallation

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

--

Legend:

Unmodified
Added
Removed
Modified
  • SageInstallation

    v2 v3  
    39391. Environmental variables 
    4040 * in .bashrc change one of the first lines from: 
    41  {{{  
    42  [ -z "$PS1" ] && return  
    43  }}} 
    44  to: 
    45  {{{ 
    46  [ -z "$PS1" ] && . /etc/profile.d/sage.sh && return 
    47  }}} 
    48  This will setup all required environmental variables even if you don't start an interactive session but just run a command using ssh. 
     41  {{{  
     42  [ -z "$PS1" ] && return  
     43  }}} 
     44  to: 
     45  {{{ 
     46  [ -z "$PS1" ] && . /etc/profile.d/sage.sh && return 
     47  }}} 
     48  This will setup all required environmental variables even if you don't start an interactive session but just run a command using ssh. 
     49 
     502. 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: 
     53 * enter SAGE installation directory (/usr/local/sage by default) 
     54 * make a symlink (ln -s) to lib64 folder and name it lib (sudo ln -s lib64 lib) 
    4955 
    5056== Usage ==