You are viewing a single comment's thread from:

RE: How to install Steem-Python

in #programming7 years ago (edited)

One of the things is that there is still a dependency issue with TOML where it says it requires a version that technically doesn't exist.

The git version by furion fixes this issue. I installed it recently.

Plus installing the latest Miniconda3 should have the newest python. Do not remember if i needed to upgrade it after.

Sort:  

I have never used miniconda3 (I am not a big fan of python to begin with so I do not see why I would download more stuff for it 🍌)

But there is some fear, if it updates the default alias, as many systems are configured to call python to run python2.7 scripts so if you are on a misconfigured system (a lot are) then you run the risk of many system errors if this method overrides the default alias.

yes, but it is only for the local user as it is a localized version and not systemwide.

Okay that makes more sense. My apologies