mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-07 09:52:30 -05:00
Updated Installing on Linux (markdown)
@@ -15,6 +15,14 @@ You can follow [this article](http://ask.xmodulo.com/compile-ffmpeg-ubuntu-debia
|
|||||||
|
|
||||||
##Opus
|
##Opus
|
||||||
|
|
||||||
Work in progress. (on some distributions is already installed)
|
On some distributions Opus is already installed, so you should check first. Installing it on Ubuntu is simple:
|
||||||
|
|
||||||
|
`sudo apt-get install libopus0`
|
||||||
|
|
||||||
And now, assuming everything went smooth, you're done. You can keep following the [Windows guides](https://github.com/Twentysix26/Red-DiscordBot/wiki#windows) to install Red herself, as the procedure is pretty much the same. The worst part is over.
|
And now, assuming everything went smooth, you're done. You can keep following the [Windows guides](https://github.com/Twentysix26/Red-DiscordBot/wiki#windows) to install Red herself, as the procedure is pretty much the same. The worst part is over.
|
||||||
|
|
||||||
|
***
|
||||||
|
####Having issues?
|
||||||
|
Some Linux users reported this issue: two different python versions installed together, with the older one being the default. It would probably be wiser to wipe completely the old one and install the requirements again, however some have resolved by copying the requirements from the old one directly to the newer:
|
||||||
|
`/usr/local/lib/python3.4/dist-packages` -> `/usr/local/lib/python3.5/dist-packages`
|
||||||
|
Probably not the most delicate way to deal with it but hey, it works.
|
||||||
Reference in New Issue
Block a user