小乔 发表于 2018-8-9 09:48:05

python之pyenv安装 and ipython 安装(1)

# pyenv help  
Usage: pyenv <command> [<args>]
  
Some useful pyenv commands are:
  commands    List all available pyenv commands
  local       Set or show the local application-specific Python version
  global      Set or show the global Python version
  shell       Set or show the shell-specific Python version
  install   Install a Python version using python-build
  uninstall   Uninstall a specific Python version
  rehash      Rehash pyenv shims (run this after installing executables)
  version   Show the current Python version and its origin
  versions    List all Python versions available to pyenv
  which       Display the full path to an executable
  whence      List all Python versions that contain the given executable
  
See `pyenv help <command>' for information on a specific command.
  
For full documentation, see: https://github.com/yyuu/pyenv#readme
页: [1]
查看完整版本: python之pyenv安装 and ipython 安装(1)