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
From now on these instructions will assume you downloaded the source
94
94
into `~/Development/sonic-pi`. If you used a different location be sure to
@@ -145,6 +145,19 @@ directly either by double clicking it in the Finder or via the terminal
145
145
146
146
```
147
147
148
+
#### Anaconda users beware!
149
+
150
+
Anaconda (a popular data science toolkit) installs a lot of extra programs, including one called `macdeployqt` which conflicts with the build process mentioned above.
151
+
152
+
If you run:
153
+
154
+
```
155
+
conda deactivate
156
+
```
157
+
158
+
Before the build steps that should stop things breaking. Once Sonic Pi is built, you can use `conda` as normal after that.
159
+
160
+
148
161
## Good Luck!
149
162
150
163
Good luck and please share your new live coding adventure with us over on:
0 commit comments