Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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'
click to hide/show revision 2
No.2 Revision

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'