mirror of https://github.com/CrimsonTome/tldr.git
nvm, poetry, pyenv, rbenv: add asdf to see also section (#12034)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>pull/23/head
parent
fd745e9167
commit
73cfa3a205
|
@ -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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue