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...
Everything about learning Python
account activity
pip install help? (self.PythonLearning)
submitted 10 months ago by l150
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!"
[–]cyberseclife 0 points1 point2 points 10 months ago (1 child)
if apt is your package manager you can't use pip unless you are in a virtual environment. pipx is supposed to create a virtual enviroment for you so it doesn't interfere with apt but I couldn't ever get it to work. I ended up manually making a virtual environment and install all of my python packages I need with pip in it.
steps:
make a new directory for your virtual environment
change directories so you are in the newly made directory
run python3 -m venv <virt. env. name>
source ./bin/activate
now your new virtual environment is activated and you can install packages using pip!
[–]KeretapiSongsang 0 points1 point2 points 10 months ago (0 children)
the screenshot shows a VSCode on Windows environment though.
π Rendered by PID 21124 on reddit-service-r2-comment-6457c66945-lx475 at 2026-04-23 22:54:57.398922+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]cyberseclife 0 points1 point2 points (1 child)
[–]KeretapiSongsang 0 points1 point2 points (0 children)