python mac 环境配置
Posted zhitest
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python mac 环境配置相关的知识,希望对你有一定的参考价值。
1, Mac安装 HTMLTestRunner,参考:https://blog.csdn.net/walter_chan/article/details/50555123
cd /Library/Python/2.7/site-packages
sudo mkdir HTMLTestRunner
sudo touch HTMLTestRunner.py
复制下载 HTMLTestRunner.py模块内容:http://tungwaiyip.info/software/HTMLTestRunner.html
并新建一个__init__.py文件,此时HTMLTestRunner文件夹就被python解释器认为是可引用的模块
import HTMLTestRunner 即可
2, python 安装 xlrd 模块 https://blog.csdn.net/u011641865/article/details/70674253
3,验证Mac本机装的python 版本,2.7.10,上面模块可用后,安装 pycharm
下载http://xclient.info/s/pycharm.html?t=607f34623d47ed1b8125fc5bd7515a28c1cd4f41#versions (2017)
下载破解版
注册 现设host: 0.0.0.0 account.jetbrains.com
然后http://idea.lanyus.com/ 此网址拷贝注册码
3,pyCharm 使用
pyCharm-->Preferences-->Project:untitled -->Project Interpreter
可设置python版本
右击项目名新建Python 文件,print "ss",点击运行即可。
以上是关于python mac 环境配置的主要内容,如果未能解决你的问题,请参考以下文章