From 98482f082678c62fdf11d616e2e1f4a97194f8f8 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Fri, 21 Feb 2014 18:24:38 +0200 Subject: [PATCH] INSTALL.md: 2 to 3 or vice versa, remove executable Supybot* first. Thanks nyuszika7h :) --- INSTALL.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 015a13833..a4c332dce 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -107,10 +107,14 @@ If you don't have the cloned Limnoria repository, clone it again using the insta ## Upgrading to Python 3 Upgrading Python3 happens the same way, but if you want to move from 2 to 3 -or 3 to 2, you must remove the build/ directory first. +or 3 to 2, you must remove the build/ directory and the executable +supybot* files first. The build/ directory is on same directory as this +file and supybot* are usually in /usr/local/bin or ~/.local/bin ``` rm -rf build/ +rm /usr/local/bin/supybot* +rm ~/.local/bin/supybot* ``` # Windows