Ask Your Question

Revision history [back]

You can use the installed_packages function that returns a dictionary package nane -> version, e.g.

sage: i = installed_packages()
sage: i['maxima']
'5.41.0'
sage: i['fricas']
'1.3.2'

You can use the installed_packages function that returns a dictionary package nane name -> version, e.g.

sage: i ver = installed_packages()
sage: i['maxima']
ver['maxima']
'5.41.0'
sage: i['fricas']
ver['fricas']
'1.3.2'