0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

windows10環境でgit, python, vscodeをインストールしてpowershell上で使う2

Last updated at Posted at 2022-01-09

以下の記事を作成したが、実はwingetでシンプルに代替できるんじゃないかというメモ

windows10環境でgit, pythonをインストールしてpowershell上で使う

powershellを起動する

winget --version
## v1.1.13405 等と出力されればOK

gitのインストール

winget install Git.Git

python3のインストール

winget install python.python.3

# この方法だと、pythonが正しくインストールされないことがあった。
# なぜかはよく分からないが、、micro soft store上でpythonと検索してインストールした方が確実かもしれない

vscodeのインストール

winget install vscode

パッケージの検索はwinget searchを使えばOK

winget search Git
winget search Python
winget search vscode

可能であればこちらの方がシンプル

参考

Windows 10搭載PCを買ったら最初にやっておきたいこと【開発者編】
Windows Package Manager winget を使う
wingetを使おう 後編:wingetの詳細設定、Tabキー補完など

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?