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?

WSL上でuvをインストールする際の注意点

0
Last updated at Posted at 2025-12-14

WSL上でuvをインストールする方法

Pythonの仮想環境構築においてuvの人気が高まっています.WSL上では以下のコマンドを実行するとuvをインストールできます.

$ curl -LsSf https://astral.sh/uv/install.sh | sh

インストール終了後,無事にインストールできているかを確認するためには以下のコマンドを実行しますが,この時に注意点があります.それは,いったんWSLを再起動しないとエラーが生じるかもしれないということです.

$ uv --version

これからWSLを用いてuvをインストールする予定だという方は気をつけてください.(私はこのことを知らず焦りました...)

uvのインストールについての詳細は下記公式資料を参照してください.
https://docs.astral.sh/uv/getting-started/installation/

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?