lihu129c 发表于 2018-8-13 13:07:35

Python多版本神器-Pyenv

curl -L https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/pyenv-installer | bash  
% Total    % Received % XferdAverage Speed   Time    Time   TimeCurrent
  
                                 DloadUpload   Total   Spent    LeftSpeed
  
0   0    0   0    0   0      0      0 --:--:-- --:--:-- --:--:--    10020991002099    0   0   2861      0 --:--:-- --:--:-- --:--:--2863
  
Cloning into '/opt/pyenv'...
  
remote: Counting objects: 584, done.
  
remote: Compressing objects: 100% (408/408), done.
  
remote: Total 584 (delta 267), reused 271 (delta 86), pack-reused 0
  
Receiving objects: 100% (584/584), 256.40 KiB | 224.00 KiB/s, done.
  
Resolving deltas: 100% (267/267), done.
  
Cloning into '/opt/pyenv/plugins/pyenv-doctor'...
  
remote: Counting objects: 11, done.
  
remote: Compressing objects: 100% (8/8), done.
  
remote: Total 11 (delta 1), reused 6 (delta 1), pack-reused 0
  
Unpacking objects: 100% (11/11), done.
  
Cloning into '/opt/pyenv/plugins/pyenv-installer'...
  
remote: Counting objects: 17, done.
  
remote: Compressing objects: 100% (15/15), done.
  
remote: Total 17 (delta 2), reused 10 (delta 0), pack-reused 0
  
Unpacking objects: 100% (17/17), done.
  
Cloning into '/opt/pyenv/plugins/pyenv-update'...
  
remote: Counting objects: 7, done.
  
remote: Compressing objects: 100% (5/5), done.
  
remote: Total 7 (delta 1), reused 3 (delta 0), pack-reused 0
  
Unpacking objects: 100% (7/7), done.
  
Cloning into '/opt/pyenv/plugins/pyenv-virtualenv'...
  
remote: Counting objects: 54, done.
  
remote: Compressing objects: 100% (48/48), done.
  
remote: Total 54 (delta 11), reused 16 (delta 0), pack-reused 0
  
Unpacking objects: 100% (54/54), done.
  
Cloning into '/opt/pyenv/plugins/pyenv-which-ext'...
  
remote: Counting objects: 10, done.
  
remote: Compressing objects: 100% (6/6), done.
  
remote: Total 10 (delta 1), reused 5 (delta 0), pack-reused 0
  
Unpacking objects: 100% (10/10), done.
  
WARNING: seems you still have not added 'pyenv' to the load path.
  
# Load pyenv automatically by adding
  
# the following to ~/.bash_profile:
  
export PATH="/opt/pyenv/bin:$PATH"
  
eval "$(pyenv init -)"
  
eval "$(pyenv virtualenv-init -)"
页: [1]
查看完整版本: Python多版本神器-Pyenv