Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 927 Bytes

File metadata and controls

27 lines (19 loc) · 927 Bytes

Troubleshooting

Common Issues

pem: command not found

  • Cause: ~/.local/bin is not in your PATH.
  • Fix: Add export PATH="$HOME/.local/bin:$PATH" to your shell config.

Template installer not found

  • Cause: Corrupt installation or missing execution permissions.
  • Fix: Run make install again.

Python version not found

  • 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).

Permission denied

  • Cause: PEM is trying to write to a directory it doesn't own.
  • Fix: Ensure you own ~/.config/python-env-manager and ~/.local/share/python-env-manager.

Logs

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