Skip to content

Commit 381fe1e

Browse files
authored
Add warning about Anaconda messing up the build
1 parent 7a080ef commit 381fe1e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

BUILD-MAC.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,18 @@ _These build instructions assume you're running under macOS 10.15+. If
3232
you're using an older version of macOS some steps may need
3333
modification._
3434

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+
3547
## 1. Installing Dependencies
3648

3749
In order to build Sonic Pi's various components, we need to install a

0 commit comments

Comments
 (0)