djrobstep / migra

Like diff but for PostgreSQL schemas
https://databaseci.com/docs/migra
The Unlicense
2.9k stars 123 forks source link

After install migra I get `zsh: command not found: migra` error #210

Closed lucasoz closed 2 years ago

lucasoz commented 2 years ago

After install migra with pip install migra I am getting this error zsh: command not found: migra. I am using Ubuntu 22.04 LTS and pip 22.0.2 from /usr/lib/python3/dist-packages/pip (python 3.10)

I think it might be a missing python configuration

lucasoz commented 2 years ago

After configure a virtual enviroment it works:

https://www.digitalocean.com/community/tutorials/how-to-install-python-3-and-set-up-a-programming-environment-on-an-ubuntu-20-04-server-es