[b]"How to Fix 'Mac error: externally-managed-environment' – Anyone Else Facing This?"[/b] or [b]"Getting 'Mac err

18 Replies, 686 Views

Pro tip: The Mac error: externally-managed-environment is avoidable if you use Docker.

Sounds overkill, but if you’re doing dev work, it’s worth it.

```
docker run -it python:3.9 bash
pip install whatever
```
No system mess, no errors.

Otherwise, venvs are your friend.

Messages In This Thread



Users browsing this thread: 1 Guest(s)