File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 12
12
python --version
13
13
sudo -H pip install --upgrade virtualenv
14
14
brew install pyenv
15
+ echo 'eval "$(pyenv init --path)"' >> ~/.bash_profile
15
16
echo 'eval "$(pyenv init -)"' >> ~/.bash_profile
16
17
source ~/.bash_profile
17
18
pyenv install 2.7.15
31
32
brew update
32
33
python --version
33
34
sudo -H pip install --upgrade virtualenv
34
- brew install pyenv -v 1.2.13
35
+ brew install pyenv
36
+ echo 'eval "$(pyenv init --path)"' >> ~/.bash_profile
35
37
echo 'eval "$(pyenv init -)"' >> ~/.bash_profile
36
38
source ~/.bash_profile
37
39
pyenv install 3.4.8
52
54
python --version
53
55
sudo -H pip install --upgrade virtualenv
54
56
brew install pyenv
57
+ echo 'eval "$(pyenv init --path)"' >> ~/.bash_profile
55
58
echo 'eval "$(pyenv init -)"' >> ~/.bash_profile
56
59
source ~/.bash_profile
57
60
pyenv install 3.5.5
72
75
python --version
73
76
sudo -H pip install --upgrade virtualenv
74
77
brew install pyenv
78
+ echo 'eval "$(pyenv init --path)"' >> ~/.bash_profile
75
79
echo 'eval "$(pyenv init -)"' >> ~/.bash_profile
76
80
source ~/.bash_profile
77
81
pyenv install 3.6.5
You can’t perform that action at this time.
0 commit comments