11 2019 档案

摘要:1.poetry 安装 curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python3 poetry 0.12 have a issue ,使用python3 安装,仍然是pyth 阅读全文
posted @ 2019-11-11 14:00 风中飞儿 阅读(1248) 评论(0) 推荐(0)
摘要:参考链接:https://docs.python.org/zh-cn/3/tutorial/venv.html 1.创建一个目录: mkdir dir 2.进入目录: cd dir/ 3. 执行 python -m venv . 4. source ./bin/activate 生效 阅读全文
posted @ 2019-11-10 12:57 风中飞儿 阅读(220) 评论(0) 推荐(0)