标签: python package subprocess
这是我使用的代码。
name="bokeh" subprocess.call("conda activate om_base", shell=True) subprocess.call("conda install "+ str(name),shell=True)
这行代码未在我的环境中安装我的bokeh软件包。 有人可以帮我吗。