21 reputation
2
bio website
location
age
visits member for 11 months
seen May 13 at 23:25
stats profile views 3

Dec
30
awarded  Supporter
Jul
4
comment On Debian, how do I add a Python package in dist-packages to a virtualenv?
Also, "normal" was meant cover use of distutils, setuptools/distribute, numpy.distutils, easy_install, packaging, bento etc., as opposed to path manipulation, messing with importlib and similar.
Jul
4
comment On Debian, how do I add a Python package in dist-packages to a virtualenv?
I know how to install python packages, and have build numpy, scipy etc. previously quite a few times. I would much rather just simply use the system versions of some python libraries. The question is how do I add only some system python libraries, not all (which I've done previously also).
Jun
28
comment On Debian, how do I add a Python package in dist-packages to a virtualenv?
@sr_ That's discussing the --system-site-packages option, which includes all of packages in dist-packages/site-packages. I want to only include one package.
Jun
27
awarded  Student
Jun
27
asked On Debian, how do I add a Python package in dist-packages to a virtualenv?
May
30
comment How can I detect when a monitor is plugged in or unplugged?
Depending on what you are trying to do, there may be a signal/method in dbus which will allow you to detect or set the properties of the external monitor.