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
阅读全文
摘要:参考链接:https://docs.python.org/zh-cn/3/tutorial/venv.html 1.创建一个目录: mkdir dir 2.进入目录: cd dir/ 3. 执行 python -m venv . 4. source ./bin/activate 生效
阅读全文