File tree 2 files changed +6
-6
lines changed
scripts/azurepipeline/macos
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
3
# Fetch BuildDeps
4
- wget https://github.com/LuxCoreRender/MacOSCompileDeps/releases/download/luxcorerender_v2.6/MacDistFiles_39_static .tar.gz
5
- tar xzf MacDistFiles_39_static .tar.gz
4
+ wget https://github.com/LuxCoreRender/MacOSCompileDeps/releases/download/luxcorerender_v2.6_python_3.10/MacDistFiles_310_intel_static .tar.gz
5
+ tar xzf MacDistFiles_310_static .tar.gz
6
6
7
7
# Set Environment Variables
8
8
export PATH=" /usr/local/opt/bison/bin:/usr/local/bin:$PATH "
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ brew install freeimage
8
8
9
9
eval " $( pyenv init -) "
10
10
11
- pyenv install 3.9.7
12
- pyenv global 3.9.7
13
- pyenv shell 3.9.7
11
+ pyenv install 3.10.2
12
+ pyenv global 3.10.2
13
+ pyenv shell 3.10.2
14
14
15
- sudo pip3 install -U numpy==1.21.2
15
+ sudo pip3 install numpy
16
16
sudo pip3 install pillow
17
17
sudo pip3 install pyside2
You can’t perform that action at this time.
0 commit comments