Skip to content

Commit 547d644

Browse files
committed
add cursor rule: use confostate mamba env
1 parent fa891fd commit 547d644

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.cursor/rules/confostate-env.mdc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
description: Use the confostate mamba environment for all shell work
3+
alwaysApply: true
4+
---
5+
6+
# ConfoState environment
7+
8+
Always use the `confostate` mamba/conda env for Python, Sphinx, pytest, and other project tooling.
9+
10+
```bash
11+
# Activate (interactive shells)
12+
mamba activate confostate
13+
14+
# Non-interactive / agent shells: put the env on PATH
15+
export PATH="/Users/oliver/miniforge3/envs/confostate/bin:$PATH"
16+
```
17+
18+
Do not rely on system Python (`/opt/local/bin/python`, bare `python3`) or an empty `.venv`.

0 commit comments

Comments
 (0)