개발/Python
Anaconda3 Qt Designer execute
강서버
2021. 5. 20. 19:43
반응형
1. Ubuntu
(Anaconda3 installed directory)/bin/designer
ex, Anaconda3 installed directory : /home/user/anaconda3
$ cd /home/user/anaconda3/bin
$ designer &
2. Windows
(Anaconda3 installed directory)\Library\bin\designer.exe
ex, Anaconda3 installed directory : C:\Program Files\Anaconda3
execute
C:\Program Files\Anaconda3\Library\bin\designer.exe
참조 : https://stackoverflow.com/questions/37419138/is-qt-designer-bundled-with-anaconda
Is Qt Designer bundled with Anaconda?
I am using Python 3.4 via anaconda 4.0 which has all of the pyQt4 modules packaged with it. Can I use the Qt Designer with this? When I look in /anaconda/pkgs/qt-4.8.7-1/bin there is a Qt icon called
stackoverflow.com
반응형