Changes between Version 123 and Version 125 of Ticket #31396
- Timestamp:
- 10/23/21 17:04:54 (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31396 – Description
v123 v125 12 12 13 13 '''Instructions for testing:''' 14 15 1. Make sure that the `bin` directory of the user installation scheme is in `PATH`. For example, on macOS: 14 16 {{{ 15 17 $ export PATH=$HOME/Library/Python/3.8/bin:/usr/bin:/bin:/usr/sbin:/sbin 18 }}} 19 20 2. Install the wheel in the user scheme: 21 {{{ 16 22 $ /usr/bin/python3 -m pip install -U --user https://github.com/sagemath/sage-wheels/releases/download/9.3.rc1/sagemath_standard-9.3rc1-cp38-cp38-macosx_10_15_x86_64.whl 23 }}} 24 25 3. Run the installed sage. 26 {{{ 17 27 $ sage 18 28 }}}