瀏覽代碼

Add documentaion for prefix command (#2087)

pull/2091/head
sandipanpanda 4 年之前
committed by GitHub
父節點
當前提交
6139b51af4
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. +10
    -0
      COMMANDS.md

+ 10
- 0
COMMANDS.md 查看文件

@ -16,6 +16,7 @@ The most common subcommands are:
* [`pyenv versions`](#pyenv-versions)
* [`pyenv which`](#pyenv-which)
* [`pyenv whence`](#pyenv-whence)
* [`pyenv prefix`](#pyenv-prefix)
## `pyenv commands`
@ -278,3 +279,12 @@ Lists all Python versions with the given command installed.
2.6.8
2.7.6
3.3.3
## `pyenv prefix`
Displays the directory where a Python version is installed. If no
version is given, `pyenv prefix` displays the location of the
currently selected version.
$ pyenv prefix 3.9.7
/home/user/.pyenv/versions/3.9.7

Loading…
取消
儲存