'yum install PyQt4' uses system's python2.6 even when the virtualenv is activated. I want yum to install PyQt4 for virutalenv's python. Kindly help me. I am using CentOs.
Asked
Active
Viewed 1,528 times
1 Answers
0
Apparently you can't install it with pip so here the official documentation sorry about that. So yeah i think you have to install it by hand.
Or According to this topic: PyQt on virtualenv You should be able to simply copy/sym link the contents to your virtualenv after your yum installation.
-
When I execute pip install pyqt4, I get the message: Could not find a version that satisfies the requirement pyqt4 (from versions: ) No matching distribution found for pyqt4. Thats why I asked wrt yum. – vinu960 Apr 20 '17 at 07:50