如何使用子过程在虚拟环境中安装软件包

时间:2019-10-22 14:12:52

标签: python package subprocess

这是我使用的代码。

name="bokeh"
subprocess.call("conda activate om_base", shell=True)           
subprocess.call("conda install "+ str(name),shell=True)

这行代码未在我的环境中安装我的bokeh软件包。 有人可以帮我吗。

0 个答案:

没有答案