Changes between Initial Version and Version 1 of Ticket #11237
- Timestamp:
- 04/22/11 00:38:52 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11237 – Description
initial v1 14 14 Also, the preferred commands for installing necessary software on the a number of different Linux distributions. I think we should cover the common ones in a bit more detail. 15 15 16 The commands to be typed at the Sage prompt are prefixed with: 17 18 {{{ 19 sage: 20 }}} 21 22 but those to be typed at the shell command line are not prefixed with anything, and could perhaps best be prefixed with: 23 24 {{{ 25 $ 26 }}} 27 28 Those that need root access should start with: 29 30 {{{ 31 # 32 }}} 33 16 34 Any comments on any of these points, or generally how to improve the ''Install from Source Code'' section of the ''Sage Installation Guide'' would be useful. 17 35 18 19 36 Dave