y OS is MacOS Ventura 13.6.3, and im running docker-compose up –build on my terminal, but im getting this error:
zsh: /usr/local/bin/docker-compose: bad interpreter: /usr/local/opt/[email protected]/bin/python3.11: no such file or directory
This is what i get when run which python3
:
/Users/luicruz/.pyenv/shims/python3
which python
:
/Users/luicruz/.pyenv/shims/python
python3 --version
: Python 3.11.0
Someone nows how to fix it?
1