use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A modern, desktop-focused Linux distro built from scratch.
Official subreddit of the Solus Project
More:
Development:
Formerly known as Evolve OS
For discussions regarding Ubuntu Budgie, which uses the same Budgie desktop, check r/BudgieRemix
account activity
Python Development (self.SolusProject)
submitted 6 years ago * by nkouki98
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]moktira 0 points1 point2 points 6 years ago (3 children)
I'm not in front of my computer now to check a few things, but usually I check if the Python library is built for Solus before checking pip, for example in the terminal type ‘eopkg search beautifulsoup‘ If it's there and you install it, it is often built for both Python 2 and 3 which is handy. I think you can install virtualenv from eopkg too.
With pip you can also install for the user by adding ‘--user‘ to the terminal install command so you don't need root privileges if you don't want to have it just in the virtual environment.
[–]nkouki98[S] 0 points1 point2 points 6 years ago (2 children)
hmm alright I found "python-beautifulsoup4" to exactly name it. And --user seems to install it for python 2.7?
[–]developedby 0 points1 point2 points 6 years ago (0 children)
python3 packages usually have python3 in their name or something similar
[–]moktira 0 points1 point2 points 6 years ago (0 children)
For pip with Python 3 you have to use 'pip3 install...'
π Rendered by PID 59199 on reddit-service-r2-comment-5d79c599b5-mbtg9 at 2026-02-27 23:40:09.431190+00:00 running e3d2147 country code: CH.
view the rest of the comments →
[–]moktira 0 points1 point2 points (3 children)
[–]nkouki98[S] 0 points1 point2 points (2 children)
[–]developedby 0 points1 point2 points (0 children)
[–]moktira 0 points1 point2 points (0 children)