Log in
Log into community
Get help from the marimo community
New post
View all posts
Related posts
Did this answer your question?
😞
😐
😃
Powered by
Hall
Active
Updated 3 weeks ago
0
Follow
Per-environment or global Marimo?
Question
Per-environment or global Marimo?
Active
0
Follow
l
lucha6
3 weeks ago
·
Do you recommend using a global marimo installation or a per-environment marimo installation?
M
l
J
4 comments
Share
Open in Discord
M
Myles Scolnick
edited 3 weeks ago
we recommend per environment and adding it in your pyproject.toml. do you use
pip
or
uv
or something else?
l
lucha6
3 weeks ago
Thanks for the answer! I use
uv
M
Myles Scolnick
3 weeks ago
@Jan-Hendrik Müller may have some learnings he can share (or a thread which he documented some of this)
J
Jan-Hendrik Müller
3 weeks ago
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:
Plain Text
Copy
uv venv --python 3.13 uv pip install marimo numpy matplotlib uv run marimo edit hello.py
Add a reply
Sign up and join the conversation on Discord
Join on Discord