Windows
Téléchargez depuis ici. Puisqu'il est 64 bits, téléchargez le fichier suivant. 「Windows x86-64 executable installer」
Cliquez sur le fichier python-3.8.2-amd64.exe téléchargé.
>py -3 -V
Python 3.8.2
>py -3 -m http.server
Serving HTTP on :: port 8000 (http://[::]:8000/) ...
Quand j'ai frappé "http://127.0.0.1:8000", le répertoire était affiché.
Vous pouvez également désinstaller à partir du programme d'installation.
Cliquez sur python-3.8.2-amd64.exe.
La désinstallation est terminée.
Mac
L'article suivant décrit comment l'installer. Installer python avec mac vs code
$ python3 -m http.server
Serving HTTP on 0.0.0.0 port 8000 (http://0.0.0.0:8000/) ...
Quand j'ai frappé "http://127.0.0.1:8000", le répertoire était affiché.
Comment accéder aux fichiers locaux à partir d'un navigateur Téléchargez et installez Python 3.7.3. Comment communiquer avec Python et Javascript en utilisant Ajax )
Recommended Posts