📌  相关文章
📜  启动器中的 pip 致命错误:无法使用 e:\python\python39\python.exe 创建进程 - 无论代码示例

📅  最后修改于: 2022-03-11 14:56:25.102000             🧑  作者: Mango

代码示例2
import pip
pip.main(['install','flask']) # replace flask with the name of module you want to install