1 | initial version |
If you use sage from the package manager (pacman) then don't use sage -sh
. It is only intended when Sage is installed from source or precompiled binaries from the SageMath website. If the following works in your Python console
>>> from sage.all import *
Then it should just work the same in PyCharm.