You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BUILD-MAC.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,18 @@ _These build instructions assume you're running under macOS 10.15+. If
32
32
you're using an older version of macOS some steps may need
33
33
modification._
34
34
35
+
#### Anaconda users beware!
36
+
37
+
Anaconda (a popular data science toolkit) installs a lot of extra programs, including one called `macdeployqt` which conflicts with the build you're about to try.
38
+
39
+
If you run:
40
+
41
+
```
42
+
conda deactivate
43
+
```
44
+
45
+
Before the following steps that should stop things breaking. Once Sonic Pi is built, you can use `conda` as normal after that.
46
+
35
47
## 1. Installing Dependencies
36
48
37
49
In order to build Sonic Pi's various components, we need to install a
0 commit comments