摘要: 1.pipenv的安装 pip install pipenv或pip3 install pipenv(取决于你的pip版本) 2.配置虚拟环境 pipenv install 3.进入虚拟环境 pipenv shell 提示:不同的项目会有不同的虚拟环境,需要注意进入的是否正确 4.若打包exe,需要 阅读全文
posted @ 2024-01-10 12:23 nate_pan 阅读(75) 评论(0) 推荐(0)