Skip to content

Installation and Activation

This guide covers missing tools, version conflicts, and installation failures.

Tools Not Found

If commands are missing after installation:

mise activate
mise install

Verification

mise list
mise which python
mise which terraform

Version Conflicts

If versions do not match expected output:

mise list
mise install --force

Enter Hook Not Running

The enter hook requires mise shell integration. In the devcontainer, this is configured automatically. If it is not working:

echo $MISE_SHELL
bash ./scripts/enter_project.sh

Shell Integration Issues

mise doctor
mise activate

Installation Failures

Permission denied errors

ls -la ~/.local/share/mise
chmod -R u+w ~/.local/share/mise

Failed download errors

curl -I https://mise.jdx.dev
mise install -v

Tool-specific installation failures

Some tools require extra system dependencies:

sudo apt-get install build-essential libssl-dev zlib1g-dev
sudo apt-get install g++ make