Translations:Python/6/en: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
(Importing a new version from external source)
(Importing a new version from external source)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
You can then load the version of your choice using '''module load'''. For example, to load Python 2.7 you can use the command
You can then load the version of your choice using <code>module load</code>. For example, to load Python 3.10 you can use the command
{{Command|module load python/2.7}}
{{Command|module load python/3.10}}

Latest revision as of 19:08, 24 May 2023

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Python)
You can then load the version of your choice using <code>module load</code>. For example, to load Python 3.10 you can use the command
{{Command|module load python/3.10}}

You can then load the version of your choice using module load. For example, to load Python 3.10 you can use the command

Question.png
[name@server ~]$ module load python/3.10