11 2020 档案

摘要:配置虚拟环境的解释器: setting > 搜索python.VenvPath 填写保存虚拟环境的文件夹 配置字体: 配置使用GitBash作为终端 阅读全文
posted @ 2020-11-16 22:35 pigeast 阅读(117) 评论(0) 推荐(0)
摘要:virtualenv pip install virtualenv pip 安装总是提醒 update pip,可升级后报No module pip,索性就不升级了 python -m ensurepip --default-pip 恢复了pip命令 virtualenvwrapper 一、在win 阅读全文
posted @ 2020-11-14 09:55 pigeast 阅读(242) 评论(0) 推荐(0)