1 | initial version |
You should not install pip
in Sage since pip
is a standard package already. To install a pip package within Sage, for example octave_kernel
, you just have to do:
sage -pip install octave_kernel
2 | No.2 Revision |
You should not install can have a look at pip
in Sage since https://ask.sagemath.org/question/51130/ssl-error-using-sage-pip-install-to-download-a-package/pip
is a standard package already. To install a pip package within Sage, for example octave_kernel
, you just have to do:
sage -pip install octave_kernel