Skip to content

Commit 51a20fa

Browse files
committed
Build - add warning regarding Anaconda issues to Linux build instructions too.
1 parent 9319fc7 commit 51a20fa

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

BUILD-LINUX.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,18 @@ directly either by double clicking it in your file manager or via the terminal
134134
```
135135
./sonic-pi
136136
137+
138+
#### Anaconda users beware!
139+
140+
Anaconda (a popular data science toolkit) installs a lot of extra programs, which conflicts with the build process mentioned above.
141+
142+
If you run:
143+
144+
```
145+
conda deactivate
146+
```
147+
148+
Before the build steps that should stop things breaking. Once Sonic Pi is built, you can use `conda` as normal after that.
137149
```
138150

139151
## Good Luck!

0 commit comments

Comments
 (0)