Cucco’s Compute Hack

コンピュータ関係の記事を書いていきます。

python開発環境初期設定

作りかけ。

gitのインストールと設定
git CMDで以下を実行

git config --global user.name "First-name Family-name"
git config --global user.email "username@example.com"

anacondaインストール
インストーラが連携して、VSCodeを入れてくれる。PythoPathの設定もしてくれる模様。

VSCode向けanaconda機能拡張
定義に移動は、anaconda機能拡張のようである。