LoginSignup
0
0

More than 1 year has passed since last update.

WindowsでもHomebrew使えたらいいな。の解決策

Posted at

結論:Scoopを使う

ChocolateyっていうHomebrewに似たものがあるみたいだが、私的にはcoopsのほうが簡単にインストールすることができた。以下リンク。

install過程

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
irm get.scoop.sh | iex

ダウンロードできるおまじない。(PowerShell)

 scoop -v

バージョンの確認。

 nvm list available

|   CURRENT    |     LTS      |  OLD STABLE  | OLD UNSTABLE |
|--------------|--------------|--------------|--------------|
|    19.0.1    |   18.12.1    |   0.12.18    |   0.11.16    |
|    19.0.0    |   18.12.0    |   0.12.17    |   0.11.15    |
|   18.11.0    |   16.18.1    |   0.12.16    |   0.11.14    |
|   18.10.0    |   16.18.0    |   0.12.15    |   0.11.13    |
|    18.9.1    |   16.17.1    |   0.12.14    |   0.11.12    |
|    18.9.0    |   16.17.0    |   0.12.13    |   0.11.11    |
|    18.8.0    |   16.16.0    |   0.12.12    |   0.11.10    |
|    18.7.0    |   16.15.1    |   0.12.11    |    0.11.9    |
|    18.6.0    |   16.15.0    |   0.12.10    |    0.11.8    |
|    18.5.0    |   16.14.2    |    0.12.9    |    0.11.7    |
|    18.4.0    |   16.14.1    |    0.12.8    |    0.11.6    |
|    18.3.0    |   16.14.0    |    0.12.7    |    0.11.5    |
|    18.2.0    |   16.13.2    |    0.12.6    |    0.11.4    |
|    18.1.0    |   16.13.1    |    0.12.5    |    0.11.3    |
|    18.0.0    |   16.13.0    |    0.12.4    |    0.11.2    |
|    17.9.1    |   14.21.1    |    0.12.3    |    0.11.1    |
|    17.9.0    |   14.21.0    |    0.12.2    |    0.11.0    |
|    17.8.0    |   14.20.1    |    0.12.1    |    0.9.12    |
|    17.7.2    |   14.20.0    |    0.12.0    |    0.9.11    |
|    17.7.1    |   14.19.3    |   0.10.48    |    0.9.10    |

現在インストールできるバージョンを確認するコマンド。

nvm install 16.14.2

16.14.2をダウンロードするコマンド(バージョンはお好みで)

nvm list

現在ダウンロード済みのバージョンを確認できるコマンド。

nvm current

現在使用中のバージョンを確認するコマンド

0
0
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
0