1
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?

asdfでuvをinstallする方法

Posted at

【メモ】asdfでuvをインストールする手順まとめ

Pythonパッケージマネージャuvasdf 経由でインストールする方法についてまとめました。

asdfuv に関する日本語情報が少なかったため、備忘録も件ねて残しておきます。


✅ インストール手順

1. uv プラグインを追加

asdf plugin add uv

2. 利用可能なバージョンを確認

asdf list all uv

3. 最新バージョンをインストール

asdf install uv latest

4. グローバルにバージョンを設定

asdf set --home uv latest

※ asdfのvertionが上がってからglobalコマンドが使用できなくなった為、set --homeコマンドを使用

5. インストール確認

uv -V

バージョンが表示されればOKです。


📌 補誤

  • asdf によってインストールされる uv は、プロジェクトごとのバージョン管理ができるため、開発環境の整備に便利です。
  • asdf 自体のインストールについては、公式ドキュメントを参考にしてください。

🙌 おわりに

asdfuv を扱う例はまだ多くないので、同じように環境を整えようとしている方の参考になれば幸いです。

1
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
1
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?