Não foi possível encontrar esta entrada. Mostrando resultados aproximados. Verifique a ortografia ou proponha a adição deste termo ao dicionário.
python -m
Pour créer un nouveau virtualenv, vous devez ouvrir un terminal et exécuter python -m venv myvenv.
To create a new virtualenv, you need to open the command prompt and run python -m venv myvenv.
Le paquet django peut être exécuté comme un script, comme par exemple python -m django, ce qui produira le même comportement que django-admin.
The django package may be run as a script, i.e. python -m django, which will behave the same as django-admin.
Donner l'option - user à python -m pip install lui fera installer un paquet juste pour l'utilisateur en cours, plutôt que pour tous les utilisateurs du système.
Passing the - user option to python -m pip install will install a package just for the current user, rather than for all users of the system.
Ils peuvent être appelés avec python -m module [arg]... qui exécute le fichier source de module comme si vous aviez tapé son nom complet dans la ligne de commande.
These can be invoked using python -m module [arg]..., which executes the source file for module as if you had spelled out its full name on the command line.
C:lorsque vous utilisez pip sous Ubuntu 12.04, tapez la commande python -m pip install -U - force-reinstall pip pour réparer l'installation de pip dans votre virtualenv.
C:\Users ame\on Ubuntu 12.04 please run python -m pip install -U - force-reinstall pip to fix the pip installation in the virtualenv.
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
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
Note Comme raccourci, python -m unittest est l'équivalent de python -m unittest discover.
Note As a shortcut, python -m unittest is the equivalent of python -m unittest discover.
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).
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).
Conteúdo potencialmente sensível ou impróprio
Os exemplos servem apenas como ajuda na tradução da palavra ou da expressão procurada. Eles não são selecionados ou validados por nós e podem conter linguagem inapropriada. Pedimos que reporte exemplos que devem ser modificados ou que não devem ser exibidos. As traduções potencialmente sensivéis, impróprias ou coloquiais geralmente são marcadas em vermelho ou em laranja.