Windows11にPython開発環境を準備

アプリのインストール
■Git
https://git-scm.com/

■GitHub Desktop
https://desktop.github.com/

■Visual Studio Code
https://azure.microsoft.com/ja-jp/products/visual-studio-code/

■Python
https://www.python.org/downloads/

Add Python 3.10 to PATHにチェックしてInstall Now

■Jupyter Notebook
Terminalより、以下のコマンドを実行

pip install --upgrade pip

pip install notebook

jupyter notebook --no-browser --port=8880 --ip=0.0.0.0

■Node.js
https://nodejs.org/en/download/

■yarn
https://yarnpkg.com/getting-started/install

posershellでnpmのglobalにインストールする。

■node-gyp
もしnpmかyarnで次のようなエラーが出たら参考にしてほしい。

yarn installしたらnode-gnp ERRとError Could not find any Visual Studio installation to use at VisualStudioFinder.failが出た【Windows11】

■Dockerをインストールする
WSL2とDocker Desktop on WindowsでDocker環境を構築する
https://www.suzu6.net/posts/337-windows11-docker-desktop-wsl2/

■エクスプローラーでSVGのサムネイルを表示する
https://github.com/tibold/svg-explorer-extension/releases

svg_see_x64.exeをダウンロードしてインストールする。

コメント

人気の投稿