虚拟环境python位置配置
No Python at ‘xxx\python.exe
在venv文件夹下的pyvev.cfg文件修改python位置
寻找本地python位置
在cmd中输入命令
1 | where python |
切换 python 位置
1 | home = D:\program Files\Python\Python38 |
在venv文件夹下的pyvev.cfg文件修改python位置
在cmd中输入命令
1 | where python |
1 | home = D:\program Files\Python\Python38 |