I'm new to Python / Django, so forgive me if this is a simple problem to solve ...
I am trying to set up a PostgreSQL database for my Django project. I downloaded PostgreSQL 9.2 from here http://www.postgresql.org/download/macosx/ and went through the installation process. I am following a wiki article that says to update my system path to / Library / PostgreSQL / 9.2 / bin, which I have. When I type 'nano ~ / .bash_profile' into the Terminal, I see this "PATH =" Library / PostgreSQL / 9.2 / bin, which, I believe, means that I updated my system path correctly. However, when I try to run the "createdb" command, I see this ...
-bash: createdb: command not found
I believe that PostgreSQL installed correctly, so I'm not sure how to get around this.
Any help would be greatly appreciated!
thank
Jess
python django postgresql
Jess 03 Oct 2018-12-12T00: 00Z
source share