Pythonことはじめ

ノウハウ

Anacondaをインストール


https://www.python.jp/install/anaconda/windows/install.html

Windowsの環境設定

[コントロール パネル]→[システムとセキュリティ]→[システム]
→[システムの詳細設定]
→[詳細設定]
→[環境変数]
pathに新規
C:\Users\\anaconda3
C:\Users\\anaconda3\Library\mingw-w64\bin
C:\Users\\anaconda3\Library\usr\bin
C:\Users\\anaconda3\Library\bin
C:\Users\\anaconda3\Scripts

Visual Basic Code の設定

拡張機能
Python extension for Visual Studio Cod

Powershell Prompt 起動したら

idle を入力したら、Python shell が起動する

quit() でPython Shell が終了

コメント

タイトルとURLをコピーしました