Conversation
|
Great. I meet the same problem on some platform like termux which use python3 as default. Please tell me that every other platform support it. btw setup.sh need this improvement too. |
|
Use virtualenv. Nobody is supposed to have the same |
|
@douglascamata What do you want to do with this? I acknowledge that there is a problem where people are having it be run with python3 on their machines. We need to figure out something that is going to work easily for people. Is python2 ever not installed when people install python? |
|
@TheSavior I meet the same problem on some new platform like termux which use python3 as default. You have to install and use python2 which is very strange. @ localhost in ~ [16:16:07]$ python --version @ localhost in ~ [16:16:33]$ python2 --version |
|
@TheSavior it depends on how you install Python. By forcing the script to use a |
|
@douglascamata Oh I see, thought you could call python2 like this regardless of your install. Edit : nvm it does. Not sure why I have to do it manually after an update while using the script though. |
|
@BriceSD you are using pip3 |
|
@BriceSD I'm closing this because changing the |
Short Description:
Force run.sh to use python2