BTS交易机器人(3)-Python升级(BTS trading bot)
上文有说到,Python需要升级到3.x版本,我决定升级到最新的3.6.3版本。升级过程参考了下面的文章,在此对文章作者表示感谢!
Python 升级3.6 https://www.cnblogs.com/attitudeY/p/6656173.html
只是这篇文章部分内容需要略微调整,在此记录一下,以备后来者参考。
- 文章中的涉及到“3.6.0”的字符串,全部修改为“3.6.3”
- 在我的环境上确实出现了“zipimport.ZipImportError”的错误,所以需采用文中描述的办法处理
- 但是其中“vim module/setup.dist”有错误之处,在此处我耽搁了一些时间,正确的应该是“vim Modules/Setup.dist”
- “ln -s /usr/local/python3/bin/python3/usr/bin/python”,这里面少了一个空格“ln -s /usr/local/python3/bin/python3 /usr/bin/python”
历史文章:
BTS交易机器人(1)-选购VPS(BTS trading bot) https://steemit.com/cn/@brysj22952/bts-1-vps-bts-trading-bot
BTS交易机器人(2)-运行环境(BTS trading bot) https://steemit.com/cn/@brysj22952/bts-2-bts-trading-bot