Skip to content

Commit 7cbfaa0

Browse files
author
Kostya K
committed
Travis fix for macOs build.
1 parent d2b03fc commit 7cbfaa0

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

travis-scripts/pre_install.macos.sh

+10-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,18 @@
33
brew update
44

55
#Use this specific python 3.5.3 version because of 'pyinstaller' compatibility issues
6-
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/ec545d45d4512ace3570782283df4ecda6bb0044/Formula/python3.rb
6+
#brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/ec545d45d4512ace3570782283df4ecda6bb0044/Formula/python3.rb
7+
8+
#brew install python3
9+
brew upgrade python
710

811
#virtualenv env -p python3
912
#source env/bin/activate
13+
echo Which python:
14+
which python3
15+
16+
#echo Which python3:
17+
#which python3
1018

1119
echo Current active python version:
1220
python3 --version
@@ -18,4 +26,4 @@ pip3 --version
1826
pip3 install pyinstaller
1927

2028
echo Installed pyinstaller version:
21-
pyinstaller --version
29+
pyinstaller --version

0 commit comments

Comments
 (0)