mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-18 08:29:27 +01:00
INSTALL.md: 2 to 3 or vice versa, remove executable Supybot* first. Thanks nyuszika7h :)
This commit is contained in:
parent
361b36515a
commit
98482f0826
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user