比如:PyInstaller
这个包可以通过以下方式来确定是通过 Conda
还是 Pip
安装的:
如果你使用 Conda
安装了 PyInstaller
,你可以打开 Conda
终端或命令提示符,然后输入以下命令:
conda list
在输出中查找 PyInstaller
,如果它在列表中,那么你就是通过 Conda
安装的。
如果你使用 Pip
安装了 PyInstaller
,你可以打开命令提示符或终端,然后输入以下命令:
pip show pyinstaller
如果显示了 PyInstaller
的信息,那么你就是通过 Pip
安装的。
找到对应安装方式后,就可以升级对应组件了
conda update pyinstaller
pip install -U pyinstaller
标签:PyInstaller,查看,pyinstaller,Conda,pip,conda,安装
From: https://www.cnblogs.com/ghj1976/p/18072127/ru-he-cha-kan-shiconda-hai-shipip-fang-shi-an-z