Re: [sage-support] Re: No module named extern error

2022-02-12 Thread slelievre
Le samedi 12 février 2022 à 11:36:49 UTC+1, W D Joyner: > > Also, you can use the version command: > > sage: version() > 'SageMath version 9.3.rc0, Release Date: 2021-03-23' > Or to also get the Python version: ``` sage: print('{}, Python {}.{}.{}'.format(version(), *sys.version_info[:3]))

Re: [sage-support] Re: No module named extern error

2022-02-12 Thread David Joyner
On Sat, Feb 12, 2022 at 5:33 AM slelievre wrote: > > What SageMath versions do you have at home and at work? > To get the version information, print the Sage banner: > > sage: sage.misc.banner.SAGE_BANNER = '' > sage: banner() > A;lso, you can use the version command: sage: version() 'SageMath

[sage-support] Re: No module named extern error

2022-02-12 Thread slelievre
What SageMath versions do you have at home and at work? To get the version information, print the Sage banner: sage: sage.misc.banner.SAGE_BANNER = '' sage: banner() -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this