Translations:Python/6/fr: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Vous pouvez ensuite charger la version de votre choix avec la commande <tt>module load</tt>, par exemple, pour charger Python 3.6 avec
Vous pouvez ensuite charger la version de votre choix avec la commande <code>module load</code>, par exemple, pour charger Python 3.10 avec
{{Command|module load python/3.6}}
{{Command|module load python/3.10}}

Latest revision as of 19:10, 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}}

Vous pouvez ensuite charger la version de votre choix avec la commande module load, par exemple, pour charger Python 3.10 avec

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