Merge pull request #69294 from timokau/sage-add-pager
sage: add pager to environment
This commit is contained in:
commit
94a84b844e
@ -44,6 +44,7 @@
|
|||||||
, gsl
|
, gsl
|
||||||
, ntl
|
, ntl
|
||||||
, jdk
|
, jdk
|
||||||
|
, less
|
||||||
}:
|
}:
|
||||||
|
|
||||||
# This generates a `sage-env` shell file that will be sourced by sage on startup.
|
# This generates a `sage-env` shell file that will be sourced by sage on startup.
|
||||||
@ -92,6 +93,7 @@ let
|
|||||||
rubiks
|
rubiks
|
||||||
flintqs
|
flintqs
|
||||||
jdk # only needed for `jmol` which may be replaced in the future
|
jdk # only needed for `jmol` which may be replaced in the future
|
||||||
|
less # needed to prevent transient test errors until https://github.com/ipython/ipython/pull/11864 is resolved
|
||||||
]
|
]
|
||||||
));
|
));
|
||||||
in
|
in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user