管理者権限で PowerShell
iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))
choco version
choco install -notSilent python
python -V
どうでしょうか
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
管理者権限で PowerShell
iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))
choco version
choco install -notSilent python
python -V
どうでしょうか
Register as a new user and use Qiita more conveniently
Go to list of users who liked