File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 3
3
brew update
4
4
5
5
# 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
7
10
8
11
# virtualenv env -p python3
9
12
# source env/bin/activate
13
+ echo Which python:
14
+ which python3
15
+
16
+ # echo Which python3:
17
+ # which python3
10
18
11
19
echo Current active python version:
12
20
python3 --version
@@ -18,4 +26,4 @@ pip3 --version
18
26
pip3 install pyinstaller
19
27
20
28
echo Installed pyinstaller version:
21
- pyinstaller --version
29
+ pyinstaller --version
You can’t perform that action at this time.
0 commit comments