From 3b9dd93178b41e446bfbf5a0482aa8f6a5fb02e3 Mon Sep 17 00:00:00 2001 From: Twentysix Date: Thu, 14 Jan 2016 22:28:51 +0100 Subject: [PATCH] Updated Installing on Linux (markdown) --- Installing-on-Linux.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Installing-on-Linux.md b/Installing-on-Linux.md index fb828e6..2315fda 100644 --- a/Installing-on-Linux.md +++ b/Installing-on-Linux.md @@ -15,6 +15,14 @@ You can follow [this article](http://ask.xmodulo.com/compile-ffmpeg-ubuntu-debia ##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: -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. \ No newline at end of file +`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. + +*** +####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. \ No newline at end of file