remove
ツールチェーンを削除またはアンインストールします。
例
$ rye toolchain remove 3.9.5
Removed installed toolchain [email protected]
引数
<VERSION>
削除するPythonのバージョンです。
オプション
-f, --force
:ツールチェーンが使用中であっても削除を強制します。-h, --help
:ヘルプを表示します('-h'で要約を表示します)。
remove
ツールチェーンを削除またはアンインストールします。
$ rye toolchain remove 3.9.5
Removed installed toolchain [email protected]
<VERSION>
削除するPythonのバージョンです。-f, --force
:ツールチェーンが使用中であっても削除を強制します。-h, --help
:ヘルプを表示します('-h'で要約を表示します)。