#venv

2026-03-05

Si vous travaillez avec codium / vsCode sur un monorepo comprenant différents projets Python, votre IDE aura des difficultés à savoir quel environnement virtuel utiliser selon le fichier .py que vous consultez. Deux extensions pourront vous aider :

- Envy (marketplace.visualstudio.com/i), qui
fonctionne de façon automatique

- Python Environments (devblogs.microsoft.com/python/) qui nécessite un peu de configuration

#Python #IDE #extension #venv #monorepo

Ivan Fioravanti ᯅ (@ivanfioravanti)

Qwen3.5 벤치마크 테스트를 업데이트 중이라는 공지입니다. @N8Programs의 피드백과 @awnihannun의 도움을 받아 진행 중이며, 가상환경(venv) 문제로 인해 M3 Ultra에서 Qwen3.5-122B-A10B-4bit가 동일하게 잘못된(느린) 결과를 낸 현상을 발견했고, 현재 테스트를 다시 실행하고 있다고 보고하고 있습니다.

x.com/ivanfioravanti/status/20

#qwen #benchmark #m3ultra #quantization #venv

Bryan :tng_badge:bryan@dusty.ninja
2026-02-04

From the responses it looks like #uv is the winner for replacement from venv. I don’t even need to change up the requirements.txt file I already have been outputting.
#python #poetry #venv

Bryan :tng_badge:bryan@dusty.ninja
2026-02-04

I take it all the cool kids are using #uv nowadays for their #python projects? Or is #poetry the way to go?

I’ve been doing #venv forever and wondering if I’m missing out on something.

Thomas Svensson 🖖tsvenson@fosstodon.org
2025-12-16

Damn how easy #uv have made it for managing :python: projects.

This was the first time I used it to upgrade the #venv and I just stared at the screen for like 10 seconds completely dumbfounded 🤪

#python

Screenshot showing a linux terminal where uv is used to quickly change the python version for a project from 3.14.0 to 3.14.2.
2025-11-28

I would use #python a LOT more if it wasn't for that 🐂 💩 #venv requirements

While it was a global improvement when you retired 2.7, you're only halfway done

Deprecate this venv crap, please

2025-11-23

Poetry vs Pip: Почему пора перестать использовать requirements.txt

На моем компьютере всё работало!» — фраза, после которой начинается многочасовой дебаггинг. Вы открываете requirements.txt, а там свалка: непонятные версии, транзитивные зависимости и библиотеки, которые вы вообще не ставили. Pip — отличный установщик, но ужасный менеджер проектов. В 2025 году стыдно таскать за собой «портянку» из текстовых файлов. В этой статье я покажу, как Poetry превращает ад зависимостей в скучный и предсказуемый процесс. Разберем pyproject.toml, магию lock-файла и переедем с Pip за 5 минут без боли. Внутри: туториал, гайд по миграции и честный разбор минусов (да, Poetry тоже не идеален).

habr.com/ru/articles/969296/

#poetry #venv #requirements #python #python3 #python_для_начинающих

2025-09-08

Fucking #venv, one of the main issues of #python venv is that it doesn't use statically linked versions of python.

"octoprint.service failed to start (...) /opt/octoprint-venv/bin/python: error while loading shared libraries: libpython3.12.so.1.0: cannot open shared object file: (...)"

Python since installing it updated to 3.13.7 on my system....

gnufcl :opensource: :debian:gnufcl@fosstodon.org
2025-08-24

🚫 Copying your Python virtual environment folder? Think again.

Simply copying the venv folder might seem convenient—but it often leads to broken setups and hidden issues.

A new blog post explores why this method fails and how to migrate environments properly using reproducible workflows.

📖 Read more: ka2in.github.io/mydocusaurus/b

#Python #venv #DevTips #technicalwriting #Sphinx

2025-07-23

I've been using my #Python script to update my #venv #modules via #pip for a while - now on #macOS, #Windows, and #LINUX.
It avoids leaving conflicting modules by running with two passes.

github.com/christianrickert/up

2025-07-22

In a moment of boredom, I decided to see what the fuss is all about with #zsh and install/config a basic setup on my #debian #trixie main desktop.

I've left my default shell as bash, and just changed the terminal to use zsh.

Overall, it's quite helpful. Added a few plugins, #ohmyzsh plus some #powerlevel10k and a couple of custom plugins for autocompletion and highlighting.

It makes working in the terminal a little more informative, plus also automating things like #python #venv when I cd into the directory.

Not perfect, and I've only spent an hour or so on it, but certainly good enough for now and for a first try.

Outside the os_icon being the #linuxtux and not the #debian logo, which I can't seem to fix, all seems to be working as expected.

Child of darknessmcchaos@metalhead.club
2025-07-19

Today I learned how to use #DevContainer in #VSCode for my #Python projects.
Interesting concept, will most probably replace my #venv for python

Ge0rG ➡️ Easter-H-Eggge0rg@chaos.social
2025-07-16

venv, you had one job!

(venv) $ python3.12 --version
Python 3.13.5
(venv) $ python --version
Python 3.13.5

😱🤬

(this is after a Debian upgrade that included 3.12-3.13, but 3.12 is still installed)

How hard can it be to pin the minor version?

$ ls -al venv/bin/python*
python -> python3
python3 -> /usr/bin/python3
python3.12 -> python3

#python #venv

2025-06-30

Your too deep in the #python universe when one of your non-tech podcasts releases a ln episode with the word “Ruff” in the title and you think “neat! astral’s ruff has more popular applications and appeal!” 👨‍💻🤦🏼‍♂️

I guess good job @charliermarsh for getting the ruff worms into my brain.

#coding #venv #uv #podcast #ruff #astral_sh

2025-05-22

#ayuda fediverso #alpine #python #venv

como se actualizan los paquetes de pip manejados por virtualenvironment en un alpine?

se agradece #boost

edit: resuelto! tuve que recrear el venv que estaba sincronizado por nextcloud y desde otro equipo no funcionaba

2025-05-13

#OpenSUSE in AWS still has python3.6 as system python. Every time I use a python tool and ran into python3.6 and python3.9+ compatibility issues, my heart sinks a little. I know, there are solutions like #uv, #venv, #pipx, #docker, #nix etc!

With #rust you sweat (and cry) during development but with #python (and #js), you sweat (and cry) after deployment!

I'll die on the former hill rather than the later. Thank you!

Andrea Navarroandrea_navarro
2025-04-29

🧱 Nuevo post en el blog:
Contenedores vs Entornos Virtuales

¿Docker o venv? ¿Cuándo usar uno u otro? ¿Qué conviene para proyectos de ciencia de datos o enseñanza?

📖 Acá lo cuento:
juncotic.com/contenedores-vs-e

Client Info

Server: https://mastodon.social
Version: 2025.07
Repository: https://github.com/cyevgeniy/lmst