lucha6
lucha62mo ago

Per-environment or global Marimo?

Do you recommend using a global marimo installation or a per-environment marimo installation?
5 Replies
Hall
Hall2mo ago
Someone will reply to you shortly. In the meantime, this might help:
Myles Scolnick
Myles Scolnick2mo ago
we recommend per environment and adding it in your pyproject.toml. do you use pip or uv or something else?
lucha6
lucha6OP4w ago
Thanks for the answer! I use uv
Myles Scolnick
@Jan-Hendrik Müller may have some learnings he can share (or a thread which he documented some of this)
Jan-Hendrik Müller
hi @lucha6 , here are my some thoughts about uv + marimo from a few weeks ago: https://discord.com/channels/1059888774789730424/1294245925522243614/1295815569928491100 I'm currently also using per-environment marimo installation, and here's how I'd normally setup my env:
uv venv --python 3.13
uv pip install marimo numpy matplotlib
uv run marimo edit hello.py
uv venv --python 3.13
uv pip install marimo numpy matplotlib
uv run marimo edit hello.py

Did you find this page helpful?