Standard software environments/fr: Difference between revisions

Jump to navigation Jump to search
Updating to match new version of source page
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 45: Line 45:


=== Module extensions ===
=== Module extensions ===
With the 2020 environment, we started installing more python extensions inside of their corresponding core modules. For example, we install <tt>PyQt5</tt> inside of the <tt>qt/5.12.8</tt> module. We install it such that it support multiple versions of python. The module system has also been adjusted such that you can find such extensions. For example, if you run  
With the 2020 environment, we started installing more Python extensions inside of their corresponding core modules. For example, we installed <tt>PyQt5</tt> inside of the <tt>qt/5.12.8</tt> module so that it supports multiple versions of Python. The module system has also been adjusted so you can find such extensions. For example, if you run  
{{Command|module spider pyqt5}}
{{Command|module spider pyqt5}}
it will tell you that you can get this by loading the <tt>qt/5.12.8</tt> module.
it will tell you that you can get this by loading the <tt>qt/5.12.8</tt> module.
38,840

edits

Navigation menu