- Cause:
~/.local/binis not in yourPATH. - Fix: Add
export PATH="$HOME/.local/bin:$PATH"to your shell config.
- Cause: Corrupt installation or missing execution permissions.
- Fix: Run
make installagain.
- Cause: The requested Python version (e.g., 3.12) is not installed on the host.
- Fix: Install it via your package manager (e.g.,
sudo apt install python3.12-venv).
- Cause: PEM is trying to write to a directory it doesn't own.
- Fix: Ensure you own
~/.config/python-env-managerand~/.local/share/python-env-manager.
Logs are stored in ~/.local/share/python-env-manager/logs/. Check the latest log file for detailed error messages.
tail -f ~/.local/share/python-env-manager/logs/pem.log