Deepin15.7安装Anaconda,PYQT5,Eric6
1,下载并安装anaconda
2,安装qt-designer,命令:sudo apt-get install qt5-default qttools5-dev-tools
3,安装QScintilla2,QScintilla2是连接编译器和Python的接口,因此是Eric的必需前置组件。QScintilla2 中需要单独安装3个模块:本体,Designer和python bingdings。下载地址:https://riverbankcomputing.com/software/qscintilla/download。
3.1,安装g++编译器,命令:sudo apt-get install build-essential
3.2,安装本体:
-
cd Qt4Qt5
-
qmake qscintilla.pro
-
sudo make
-
make install
3.3,安装Designer:
-
cd ../designer-Qt4Qt5
-
qmake designer.pro
-
sudo make
-
sudo make install
3.4,安装Python bingdings:
-
cd ../Python
-
python3 configure.py --pyqt=PyQt5
-
sudo make
-
sudo make install
以上步骤即可正确安装QScintilla2。需要注意的是Python bingdings安装时需要指定 --pyqt=PyQt5参数,否则默认是为PyQt4安装。或者直接修改其configure.py,将pyqt5_is_default = False改为pyqt5_is_default = True也可。
4,安装Eric6,下载地址: https://sourceforge.net/projects/eric-ide/files/eric6/stable/17.12/
1. python3 install.py
2. python3 install-i18n.py
浙公网安备 33010602011771号