From 2a280c9ad135355b19fa4b4a70abb916bb5b98ab Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Mon, 22 Feb 2016 20:11:52 +0100 Subject: [PATCH] =?UTF-8?q?Add=20a=20FAQ=20item=20on=20Python=202=20?= =?UTF-8?q?=E2=86=92=203=20upgrade.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- use/faq.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/use/faq.rst b/use/faq.rst index 93caf58..a3fcde5 100644 --- a/use/faq.rst +++ b/use/faq.rst @@ -264,6 +264,20 @@ website, or get the current one, with this command:: config supybot.networks..servers +How to make Limnoria use Python 3 instead of Python 2? +====================================================== + +First, uninstall Limnoria:: + + sudo python -m pip uninstall limnoria + +Or, if you did not install Limnoria as root:: + + python -m pip uninstall limnoria + +Then, follow the :ref:`install guide `. In short, just run this:: + + sudo python3 -m pip install limnoria --upgrade .. _blocks: http://freenode.net/faq.shtml#blockingmessages