Skip to content

list

List all registered toolchains. It can list the toolchains which are installed as well as toolchains which can be downloaded if --include-downloadable is passed.

Example

List installed toolchains:

$ rye toolchain list
[email protected] (/Users/username/.rye/py/[email protected]/install/bin/python3)
[email protected] (/Users/username/.rye/py/[email protected]/install/bin/python3)

Lists downloadable toolchains:

$ rye toolchain list --include-downloadable
[email protected] (/Users/mitsuhiko/.rye/py/[email protected]/install/bin/python3)
[email protected] (downloadable)
[email protected] (downloadable)
...

Arguments

no arguments

Options

  • --include-downloadable: Also include non installed, but downloadable toolchains

  • --format <FORMAT>: Request parseable output format [possible values: json]

  • -h, --help: Print help