虚拟环境中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
===今日我言===========
勇气 让人进步
===================