#virtualenv
lol stuck in virtualenv pip install hell
January 7, 2025 at 6:44 PM
I thought the reproducibility crisis was trying to get a virtualenv working again after two years.
June 24, 2026 at 9:30 PM
pyenv virtualenv 3.3.1 pussy
pyenv activate pussy
pip install meatylips squirt clitthrob
Computer, install pussy
September 16, 2026 at 1:26 AM
There’s a reason that my company’s template for a python project includes a Makefile with a “nuke” (destroy the virtualenv, rebuild from scratch) and “tacnuke” (destroy the virtualenv _and_ the python install) target. Life is short and we have work to do.
August 22, 2025 at 12:32 AM
what happens when you forget to virtualenv python
I cannot emphasize this enough but do NOT let microsoft fucking copilot teach you HOW TO EXTRACT VENOM FROM A SNAKE,
January 28, 2025 at 2:43 AM
One of the fun things you can do with uvx to just … run python.

Super useful to play around with a python package without having to make a virtualenv somewhere.
November 18, 2024 at 10:49 PM
If you use #Python and #Fish, you might like my new tiny little tool 👇

Automagically activates and deactivates virtualenv as you move between directories
https://github.com/cuducos/dirvenv.fish 🐍

Leave a ⭐ is you find it useful, I appreciate it 💜
GitHub - cuducos/dirvenv.fish: 🐍 Automagically activated and deactivates virtualenv in Fish
🐍 Automagically activated and deactivates virtualenv in Fish - cuducos/dirvenv.fish
github.com
March 6, 2025 at 12:38 AM
INDIANA JONES AND VIRTUALENV USING THE OSX PYTHON
INDIANA JONES AND THE MALFUNCTIONING HVAC SYSTEM
July 22, 2025 at 5:36 PM
I don't think I'll ever use pip, virtualenv, or poetry again.

uv, the Rust-based tool that has been out since February, has been the best upgrade to my Python setup in 2024.

Impossibly fast and comes with full project management capabilities (not just virtual env management.)

10 out of 10.
December 7, 2024 at 2:34 PM
reminds me of the ben garrison anti-virtualenv comics
April 23, 2026 at 5:48 PM
Cut two releases to virtualenv today github.com/pypa/virtual... 👍
Releases · pypa/virtualenv
Virtual Python Environment builder. Contribute to pypa/virtualenv development by creating an account on GitHub.
github.com
November 26, 2024 at 4:34 AM
I'm used to development Linux, coming into MacOs is like, what am I even doing.

I've managed to install, and pip install virtualenv, but where the heck has the virtualenv commandline???
August 22, 2023 at 7:34 AM
Uv is such a great tool if you're building boilerplates in Python and need to document the setup process.

Without uv: install Python (use Homebrew or pyenv or ...), set up a virtualenv (use pyenv-virtualenv or venv or ...), install dependencies (pip-tools or poetry or ...).

With uv: run "uv sync".
March 1, 2025 at 10:00 PM
Writing up a Medium blogpost on how to put out feelers to enlist as an agent of a foreign government. Full tutorial write up and in the same cadence as an old python-virtualenv install guide.
January 11, 2025 at 5:13 PM
I’ve been drafting a blog post on my recent Python tooling woes and the working title is:

“Python tooling is easy! Just use pip, conda, mamba, poetry, pipx, pdm, nix, uv, venv, virtualenv, pipenv or pyenv”
February 14, 2025 at 11:41 PM
Problems I haven’t had in twenty years since discovering virtualenv
November 30, 2025 at 4:04 AM
Oh great! I hate hate hate virtualenv.
July 27, 2025 at 8:35 PM
Puzzles me how virtualenv usage keeps going up when there's uv around, was expecting uv to eat into virtualenv popularity but seems not much impact 🤔
February 26, 2026 at 9:08 AM
[whoops, turns out the autoposter broke:
`python3: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory`
googling up possible fixes now. like just standing up a new virtualenv, let's try that first. -bg]
April 20, 2026 at 4:08 PM
The latest virtualenv github.com/pypa/virtual... adds support for freethreaded Pythons, thanks Robsdedude for the contribution!
Release 20.29.0 · pypa/virtualenv
What's Changed release 20.28.1 by @gaborbernat in #2818 Makes --python command-line flag take precedence over env var by @filiplajszczak in #2821 Add free-threaded Python support by @robsdedude in...
github.com
January 15, 2025 at 9:29 PM
In a few days you no longer need Python, pip, venv, virtualenv, conda, mamba, poetry, pipenv, uv, pyenv-virtualenv, asdf, system python, homebrew python, conda python.

Just native on-GPU ML/AI glue and workloads directly from Bun typescript. No webview, in Electrobun.
March 1, 2026 at 7:20 PM
I hate on haskell a bunch, but tbh python version management makes stack/cabal seem perfectly designed in comparison
October 9, 2025 at 4:34 PM
anyway, i think it should be possible to plug #GlasgowInterfaceExplorer into a completely new computer and start, for example, dumping flash into a file within 30 seconds and with zero Python virtualenv interaction. i have as of this point basically achieved that (tho you need Chrome)
October 13, 2025 at 2:29 AM
uv is the first tool that allowed me to make sense of the Python ecosystem and actually work with it.

Before, I've been avoiding Python at all costs just to avoid dealing with the virtualenv / packaging mess, but now it works the way I know, love and expect from npm / Cargo / etc.

Impressive job.
uv
uv is an extremely fast Python package and project manager, written in Rust.
docs.astral.sh
December 9, 2025 at 12:16 AM
wild tech/urbanism crossover fact: `pip` and `virtualenv` were created by a bike/pedestrian advocacy organization funded by (and sometimes even coresident with) Limewire (and the HFT fund owned by the same person)
February 27, 2024 at 7:47 PM