@@ -13,6 +13,9 @@ poetry env info
poetry config --list
poetry config virtualenvs.in-project true
+# 国内镜像
+poetry source add --priority=default mirrors https://mirrors.aliyun.com/pypi/simple/
+
pyenv local 3.9.10
poetry env use $(pyenv which python)