虚拟环境中Python的版本切换与包安装

禁止转载

指定python版本

where python

pipenv --python D:\Python\pyide\python.exe
pipenv --python D:\Python\py3.10\python.exe

pipenv shell

python --version

  

导航到虚拟环境目录,安装包

cd C:\Users\YourUsername\Projects\myproject\myenv\Scripts

activate

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple PyQt6

  

安装txt包

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt

  

 

posted on 2024-07-25 08:57  不知所以随风飘动  阅读(13)  评论(0编辑  收藏  举报

导航