Skip to content

Commit 5bce72b

Browse files
authored
Update README.md add on on how to get mise environment working with mise doctor
1 parent 9f55e40 commit 5bce72b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,11 @@ directory.
6262
* Install dependencies
6363
* ensure local pre-commit hooks are properly triggered
6464

65-
We are using `mise` and `uv` to manage our python environment. ([More on uv](https://github.com/astral-sh/uv))
65+
We are using `mise` and `uv` to manage our python environment. ([More on uv](https://github.com/astral-sh/uv)).
66+
67+
After mise is installed, it is best to open a new terminal window so the bash/zsh shims are available. `mise doctor` can report if
68+
mise is "activated" and if "shims_on_path" are working. mise needs to be correctly activated so that it can manage the
69+
`pip install` step.
6670

6771
Examples of the full setup for some OSes are below:
6872

0 commit comments

Comments
 (0)