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)
Line 1: Line 1:
You can then load the version of your choice using '''module load'''. For example, to load Python 2.7.14 you can use the command
You can then load the version of your choice using '''module load'''. For example, to load Python 2.7 you can use the command
{{Command|module load python/2.7.14}}
{{Command|module load python/2.7}}

Revision as of 16:14, 1 August 2018

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 2.7 you can use the command

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