📜  启动器中的致命错误:无法使用 pip.exe 创建进程 - 无论代码示例
📅  最后修改于: 2022-03-11 14:59:12.299000             🧑  作者: Mango
代码示例2
import pip
pip.main(['install','flask']) # replace flask with the name of module you want to install