Changes between Version 3 and Version 4 of SageInstallation
- Timestamp:
- 02/01/12 11:15:57 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SageInstallation
v3 v4 37 37 After installation SAGE there is some environment setup required. 38 38 39 1. Environmental variables 40 * in .bashrc change one of the first lines from: 39 1. 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: 41 42 {{{ 42 43 [ -z "$PS1" ] && return … … 46 47 [ -z "$PS1" ] && . /etc/profile.d/sage.sh && return 47 48 }}} 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 49 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: 50 2. 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: 53 52 * enter SAGE installation directory (/usr/local/sage by default) 54 53 * make a symlink (ln -s) to lib64 folder and name it lib (sudo ln -s lib64 lib) 55 54 55 3. 56 56 == Usage ==