1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 22:55:44 +02:00

nvm, poetry, pyenv, rbenv: add asdf to see also section (#12034)

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
Vitor Henrique 2024-01-09 06:04:06 -03:00 committed by GitHub
parent fd745e9167
commit 73cfa3a205
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 0 deletions

View file

@ -2,6 +2,7 @@
> Install, uninstall or switch between Node.js versions. > Install, uninstall or switch between Node.js versions.
> Supports version numbers like "12.8" or "v16.13.1", and labels like "stable", "system", etc. > Supports version numbers like "12.8" or "v16.13.1", and labels like "stable", "system", etc.
> See also: `asdf`.
> More information: <https://github.com/creationix/nvm>. > More information: <https://github.com/creationix/nvm>.
- Install a specific version of Node.js: - Install a specific version of Node.js:

View file

@ -1,6 +1,7 @@
# poetry # poetry
> Manage Python packages and dependencies. > Manage Python packages and dependencies.
> See also: `asdf`.
> More information: <https://python-poetry.org/docs/cli/>. > More information: <https://python-poetry.org/docs/cli/>.
- Create a new Poetry project in the directory with a specific name: - Create a new Poetry project in the directory with a specific name:

View file

@ -1,6 +1,7 @@
# pyenv # pyenv
> Switch between multiple versions of Python easily. > Switch between multiple versions of Python easily.
> See also: `asdf`.
> More information: <https://github.com/pyenv/pyenv>. > More information: <https://github.com/pyenv/pyenv>.
- List all available commands: - List all available commands:

View file

@ -1,6 +1,7 @@
# rbenv # rbenv
> A tool to easily install Ruby versions and manage application environments. > A tool to easily install Ruby versions and manage application environments.
> See also: `asdf`.
> More information: <https://github.com/rbenv/rbenv>. > More information: <https://github.com/rbenv/rbenv>.
- Install a Ruby version: - Install a Ruby version: