0
0

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 1 year has passed since last update.

[Oracle Cloud] oci cli for windows の MSIインストーラーでインストールしてみた (2023/10/05)

Posted at

はじめに

OCIコマンドライン・インタフェース(CLI)で Microsoft Software Installer (MSI)インストーラがサポートされました。
MSIインストーラを使用してOCI CLIインストールしてみました。

MSIインストーラでOCI CLIのインストール

  1. Windows用のOCI CLI MSIインストーラをGitHubからダウンロードします。

  2. ダウンロードしたインストーラの実行可能ファイルを実行します。
    image.png

  3. CLIをインストールするシステム上のローカル・ディレクトリを選択し、「Next」をクリックします。
    image.png
    image.png
    image.png

  4. インストーラが終了したら、「Finish」をクリックします。
    image.png

補足

  • MSIインストーラを使用してOCI CLIを導入する場合、必要な互換性のあるPythonバージョンが自動的にインストールされるため、事前のPythonのインストールの必要がありません。
  • 非MSI方式で既存のOCI CLIがすでにインストールされている場合は、OCI CLIの両方のバージョンがインストールされたままです、
    • MSIインストーラを使用してインストールされたOCI CLIが優先されます。
  • MSIインストーラを使用してすでにOCI CLIがインストールされている場合は、以前のバージョンがアンインストールされ、現在のバージョンがインストールされます。
    • OCI CLIの新しいバージョンが使用可能になったときにアップグレードが容易になります。

参考情報

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?