Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6eef1c8 + 39bd5c2 commit 755e05eCopy full SHA for 755e05e
1 file changed
.travis.yml
@@ -110,9 +110,8 @@ before_install:
110
export PATH=/usr/lib/ccache:$PATH
111
else
112
ci/travis/silence brew update
113
- brew install python3 ffmpeg imagemagick mplayer ccache
114
- # make 'python' mean 'python3'
115
- ln -sf /usr/local/bin/python3 /usr/local/bin/python
+ brew upgrade python
+ brew install ffmpeg imagemagick mplayer ccache
116
hash -r
117
which python
118
python --version
0 commit comments