摘要: Fix tcl/tk libs inclusion in tkinter with Python3.7 under MacOS 使用 Pyinstaller 打包时候报错 执行的时候报错 解决办法: 在文件中增加 参考链接:https://github.com/pyinstaller/pyinsta 阅读全文
posted @ 2019-04-10 14:40 liyongjian5179 阅读(10327) 评论(0) 推荐(0)
摘要: venv 的名字在 zsh prompt 中不显示 我的 zsh 使用的是 robbyrussell 主题,进入到 ~/.oh-my-zsh/plugins/virtualenv 将 `export VIRTUAL_ENV_DISABLE_PROMPT=1` 注释掉,然后 source ~/.zsh 阅读全文
posted @ 2019-04-10 10:36 liyongjian5179 阅读(1189) 评论(0) 推荐(0)