INSTALL.md: 2 to 3 or vice versa, remove executable Supybot* first. Thanks nyuszika7h :)

This commit is contained in:
Mikaela Suomalainen 2014-02-21 18:24:38 +02:00
parent 361b36515a
commit 98482f0826
1 changed files with 5 additions and 1 deletions

View File

@ -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