Conversation
Notices
-
Embed this notice
kaia (kaia@brotka.st)'s status on Monday, 20-Jan-2025 19:02:04 JST kaia what do you use to manage Python venvs? I tried pyenv, but it complicated :floofWoozy_256: -
Embed this notice
lainy (lain@lain.com)'s status on Monday, 20-Jan-2025 19:03:34 JST lainy @kaia i use asdf for all kinds of version management, for venvs i just make them directly with python -m venv folder -
Embed this notice
m0xEE (m0xee@social.librem.one)'s status on Monday, 20-Jan-2025 19:06:54 JST m0xEE @lain @kaia
> i just make them directly with python -m venv folder
Same. And never update!
(Unless updating Python itself causes breakage, which was the case with 3.13 when they removed cgi from the standard library😩)kaia likes this. -
Embed this notice
kaia (kaia@brotka.st)'s status on Monday, 20-Jan-2025 19:07:22 JST kaia @m0xee @lain 3.13 broke all my venvs :02sad: -
Embed this notice
lainy (lain@lain.com)'s status on Monday, 20-Jan-2025 19:08:17 JST lainy @kaia @m0xee with asdf you can make a .tool-versions file in each folder and that will keep the version in that folder the same forever kaia likes this. -
Embed this notice
Steffo (steffo@a.junimo.party)'s status on Monday, 20-Jan-2025 19:09:49 JST Steffo @kaia i'm a fan of uv at the moment
kaia likes this. -
Embed this notice
Pink (can@haz.pink)'s status on Monday, 20-Jan-2025 19:10:02 JST Pink @kaia my PyCharm IDE
kaia likes this. -
Embed this notice
:umu: :umu: (a1ba@suya.place)'s status on Monday, 20-Jan-2025 19:22:01 JST :umu: :umu: @kaia I don't.
break-system-packages go 'b' + 'r' * 10kaia likes this. -
Embed this notice
saint podiatron (goatmeal@shitposter.world)'s status on Monday, 20-Jan-2025 19:22:08 JST saint podiatron @kaia @lain @m0xee I thought people just use conda to deal with that, like from miniforge kaia likes this. -
Embed this notice
:blank: (i@declin.eu)'s status on Monday, 20-Jan-2025 20:41:19 JST :blank: @lain @kaia the new hotness for python is https://github.com/astral-sh/uv though, since you can do things like uv run --python 3.13 --with pandas python or embed a comment in your script that describes the requirements https://simonwillison.net/2024/Dec/19/one-shot-python-tools/ kaia likes this. -
Embed this notice
受不了包 (shibao@misskey.bubbletea.dev)'s status on Monday, 20-Jan-2025 20:41:25 JST 受不了包 @lain@lain.com @kaia@brotka.st i do this too, i love asdf-vm, also direnv
In conversation permalink kaia likes this.
-
Embed this notice