Squarespace / pgbedrock

Manage a Postgres cluster's roles, role memberships, schema ownership, and privileges
https://pgbedrock.readthedocs.io/en/latest/
Other
313 stars 35 forks source link

How about 'brew'ing some snake oil? #11

Closed MadBomber closed 6 years ago

MadBomber commented 6 years ago

On my Mac ... $ pip install --upgrade pip Collecting pip .... Successfully installed pip-9.0.3

$ pip install wheel Requirement already satisfied: wheel in /usr/local/lib/python2.7/site-packages

$ which wheel /usr/local/bin/wheel

$ wheel version wheel 0.30.0

$ wheel install pgbedrock No match for requirement pgbedrock

$ which pgbedrock $

No Joy in MuddVille ...

MadBomber commented 6 years ago

Never mind .... Your doc was the first time I've seen the phrase "wheels install" and I got confused.

$ pip install pgbedrock

please close the issue.

zcmarine commented 6 years ago

Ok, glad you figured it out! If there's something you think should be changed in the README please let me know and/or put in a PR!