#virtualenv
condaっていうかvirtualenvだろうけどね、正確には
November 12, 2025 at 3:33 AM
python-virtualenv 20.35.4-1 any Virtual Python Environment builder

Interest | Match | Feed
Origin
archlinux.org
November 4, 2025 at 7:21 AM
python-virtualenv 20.35.4-1 any Virtual Python Environment builder

Interest | Match | Feed
Origin
archlinux.org
November 4, 2025 at 7:21 AM
@xgranade no: the virtualenv wouldn't have the metadata that system site-packages has in modern OSes
November 3, 2025 at 8:00 AM
@xgranade i _think_ that's fine for what platformio is? it's a system for (in part) managing packages.

virtual environments exist for isolation, and installing a package in one's own virtualenv does not break that
November 3, 2025 at 8:00 AM
Je trouve ça fou qu'avec le succès phénoménal de Python il n'y ait jamais eu de manière plus simple et intégré de gérer les versions et les dépendances. `virtualenv` semble ne satisfaire personne.

🔗 https://emily.space/posts/251023-uv

#python #dependances
uv is the best thing to happen to the Python ecosystem in a decade - Blog - Dr. Emily L. Hunt
Released in 2024, uv is hands-down the best tool for managing Python installations and dependencies. Here's why.
emily.space
October 30, 2025 at 1:34 PM
Detailed Guide: Virtualenv vs Conda Your Python environment just ate 30GB of disk space. Again. Every Python developer hits this wall eventually. You start a new project, spin up an environment, in...

#pythonenvironments #datasciencepython #devops #python313

Origin | Interest | Match
Detailed Guide: Virtualenv vs Conda
Your Python environment just ate 30GB of disk space. Again. Every Python developer hits this wall...
dev.to
October 25, 2025 at 9:28 AM
been failing to create a virtualenv for 20 mins now because I wrote matplolib instead of matlplotlib

how's your day going?
October 23, 2025 at 9:53 AM
я спросил ИИ про что-то похожее, а она возьми и ответь про pip, а на самом деле pip надо запускать внутри virtualenv, а у virtualenv есть пяток альтернатив, так что понезнанке можно утонуть и захлебнуться в море информации.
October 21, 2025 at 8:06 AM
🚀 A single tool to replace pip, pip-tools, pipx, poetry, pyenv, twine, virtualenv, and more.

マジかい。uvそんなに速いのか!上の全部使ってたのに〜。

github.com/astral-sh/uv
GitHub - astral-sh/uv: An extremely fast Python package and project manager, written in Rust.
An extremely fast Python package and project manager, written in Rust. - astral-sh/uv
github.com
October 19, 2025 at 10:38 AM
@me

The virtualenv-or-no-virtualenv debate is one of those things which will never go away. There are good technical reasons they are generally recommended, but not everyone agrees. 🤷

If you're looking for solutions to a specific problem, there are Python people here happy to at least look […]
Original post on mindly.social
mindly.social
October 15, 2025 at 5:21 PM
@me

I'm sorry it's giving you such problems. Are you installing/building Python programs each in their own virtualenv?
October 15, 2025 at 5:10 PM
11. 𝗠𝗮𝗻𝗮𝗴𝗲 𝗘𝗻𝘃𝗶𝗿𝗼𝗻𝗺𝗲𝗻𝘁𝘀
Keep your projects organized! Use tools like Virtualenv, Pyenv, and Pipenv to manage different Python environments and dependencies for each project.
October 15, 2025 at 10:23 AM
python-virtualenv 20.35.3-1 any Virtual Python Environment builder

Interest | Match | Feed
Origin
archlinux.org
October 14, 2025 at 1:36 AM
python-virtualenv 20.35.3-1 any Virtual Python Environment builder

Interest | Match | Feed
Origin
archlinux.org
October 14, 2025 at 1:36 AM
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
python-virtualenv 20.35.3-1 any Virtual Python Environment builder

Interest | Match | Feed
Origin
archlinux.org
October 11, 2025 at 6:54 AM
the world where I could be happy:

"virtualenv" -> nest
"built distribution" -> package
"package" -> multi-module
"module" -> solo module
"pip" -> python -m install
"ensurepip" -> just stop pretending you can have a full python install without "install"
"uv" -> "astral project" *
"uv pip" -> […]
Original post on mastodon.social
mastodon.social
October 11, 2025 at 2:50 AM
1. I use venv, I only work with python3 and dont need the extra functionality virtualenv offers. I also use poetry for depedencies

2. I always put it in the project root and add it to .gitignore

3. Nope. Neither does virtualenv, but virtualenvwrapper can let you do something that iirc
September 28, 2025 at 12:34 AM
Python developers!

I have a couple of questions regarding venv/virtualenv. I've
never used it and now is the time.

First, which of venv or virtualenv (or another) do you use?

Second, do you save the venv in the project root or separately?

Third, does venv allow for its own environment variables?
September 27, 2025 at 11:22 PM
5 Python Habits to Build Early 🐍✨

1. Write code daily, even if it’s tiny.
2. Use virtualenv to manage dependencies.
3. Push every project to GitHub.
4. Keep functions small & reusable.
5. Document fixes in a “bug log.”

📌 Good habits compound into great skills.
September 25, 2025 at 11:12 AM
I like how the best way to use python is to put everything in a docker container so you don't have to think about system vs. virtualenv python. mindboggling
September 25, 2025 at 12:37 AM
5 Python Habits to Build Early 🐍✨

1. Write code daily, even if it’s tiny.
2. Use virtualenv to manage dependencies.
3. Push every project to GitHub.
4. Keep functions small & reusable.
5. Document fixes in a “bug log.”

📌 Good habits compound into great skills.
September 20, 2025 at 2:23 PM
11. 𝗠𝗮𝗻𝗮𝗴𝗲 𝗘𝗻𝘃𝗶𝗿𝗼𝗻𝗺𝗲𝗻𝘁𝘀
Keep your projects organized! Use tools like Virtualenv, Pyenv, and Pipenv to manage different Python environments and dependencies for each project.
September 20, 2025 at 10:00 AM
And super confirm this. I've gone from my locked down but fragile pyenv/virtualenv setup to just use uv. No messing.
September 18, 2025 at 10:19 PM