python little things
Posted step by step
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python little things相关的知识,希望对你有一定的参考价值。
1) both python2 and python3 installed on windows
use python3:py -3 -m pip install robotframework-sshlibrary
use python2:py -2 -m pip install robotframework-sshlibrary
2) set windows pip configure
create a file nemed "pip.ini" in the directory(C:\Users\test\pip)
set config information in pip.ini
3) install python lib with requirements.cfg
pip install -r requirements.
以上是关于python little things的主要内容,如果未能解决你的问题,请参考以下文章
转换缓冲区表示 int little endian Python 类的列表
解决执行 python -m visdom.server 时,出现 Downloading scripts, this may take a little while 的问题