Project02/TestForAIGC/AI配置文档/Fay Python环境配置.txt
2025-06-05 20:00:00 +08:00

13 lines
368 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

创建虚拟环境
python -m venv Fay
管理员权限全局修改​​ 解决在vscode中无法激活虚拟环境的问题
若方法一无效,需以管理员身份操作:
右键点击 Windows 开始菜单 → 选择 Windows PowerShell管理员
执行:
Set-ExecutionPolicy RemoteSigned
.\Fay\Scripts\activate
pip install -r requirements.txt