Examples with "python3 -m" and their translation in French
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
You may use python3 -m site in a terminal to determine the site-packages directory, or dist-packages for Debian systems.
Vous pouvez utiliser python3 -m site dans un terminal pour déterminer les répertoires site-package ou dist-package sur les systèmes Debian.
Note: If you already have something running on port 8000, you can choose another port by running the server command followed by an alternative port number, e.g. python3 -m http.server 7800 (Python 3.x) or python -m SimpleHTTPServer 7800 (Python 2.x).
Note: Si le port 8000 est occupé, vous pouvez choisir un autre port en spécifiant un nombre alternatif après la commande par exemple python -m http.server 7800 (Python 3.x) ou python -m SimpleHTTPServer 7800 (Python 2.x).
If Python version returned above is 3.X python3 -m http.server On windows try "python" instead of "python3" If Python version returned above is 2.X python -m SimpleHTTPServer
Si la version de Python retournée est ultérieur à 3.X python3 -m http.server Si la version de Python retournée est ultérieur à 2.X python -m SimpleHTTPServer
Potentially sensitive or inappropriate content
Examples are used only to help you translate the word or expression searched in various contexts. They are not selected or validated by us and can contain inappropriate terms or ideas. Please report examples to be edited or not to be displayed. Potentially sensitive, inappropriate or colloquial translations are usually marked in red or in orange.