82870034 发表于 2018-8-4 06:32:49

Python开发环境之pyenv环境搭建

$ . ~/.bash_profile  
$ pyenv
  
pyenv 20160726
  
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环境搭建