【发布时间】:2014-07-06 08:47:18
【问题描述】:
我使用以下方式安装了 PySide:
enpkg pyside
(我使用的是 Mac OS X)
但我可以得到pyside-uic
$ pyside-uic
bash: pyside-uic: command not found
我怎样才能让这个命令可用。
$ which python
/Library/Frameworks/EPD64.framework/Versions/Current/bin/python
$ which enpkg
/Library/Frameworks/EPD64.framework/Versions/Current/bin/enpkg
$ python --version
Python 2.7.3 -- EPD 7.3-2 (64-bit)
$ enpkg --version
enstaller version: 4.6.4
【问题讨论】:
-
which python,which enpkg的输出是什么?
标签: python macos qt pyside enthought