由于在iterm上经常出现pyenv切换版本不生效的问题,所以以下配置需要在Mac的terminal中进行
1. brew upgrade pyenv
2. pyenv install
3. pipenv --python 3.8 shell
4. 在pycharm中配置虚拟环境,Project Interpreter
5. 关于主题:https://segmentfault.com/a/1190000020433630?utm_source=tag-newest
1. 下载主题:http://www.themesmap.com/theme.html?t=down
2.选择relax your eyes
3. 设置pycharm的主题为light
6. python中文文档https://docs.python.org/zh-cn/3/
7. 配置pytest调试运行:https://www.cnblogs.com/yoyoketang/p/9366638.html