add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

24
pages.zh/common/exenv.md Normal file
View File

@@ -0,0 +1,24 @@
# exenv
> 轻松安装 Elixir 版本并管理应用程序环境。
> 更多信息:<https://github.com/mururu/exenv>。
- 显示已安装版本的列表:
`exenv versions`
- 在整个系统中使用特定版本的 Elixir
`exenv global {{version}}`
- 在当前应用程序/项目目录中使用特定版本的 Elixir
`exenv local {{version}}`
- 显示当前选择的 Elixir 版本:
`exenv {{version}}`
- 安装一个版本的 Elixir需要 `elixir-build` 插件 <https://github.com/mururu/elixir-build>
`exenv install {{version}}`