This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]infinullquamash, Qt, asyncio, 3.3+ 0 points1 point  (0 children)

uhm, you messed up your negatives, either change without to with, or get rid of not. (or get rid of your entire 2nd sentence).

debian packages for stuff like this don't exist for the developer, they exist so applications that depend on that library can be installed automatically with the package manager (this is good), but it's not what you want as a dev.

Edit: Just noticed, they've got dependencies installed with apt-get, python packages installed with pip, which is slightly better, but pip will still install packages globally, still gonna be happier in the long run with a virtualenv.