お世話になっております。
pythonの仮想環境を作成して、postgresをインストールしたいのですが、正しくインストールができていないようです。
なにが問題なのでしょうか?
実行したコマンド
・brew install postgresql@10
==> Downloading https://homebrew.bintray.com/bottles/postgresql%4010-10.13_3.catalina.bottle.tar.gz
Already downloaded: /Users/ユーザー
名/Library/Caches/Homebrew/downloads/3a476bd36901a4a56c4c3bd5712adbb54082db45b1aeb2dc144ec45d099f2f90--postgresql@10-10.13_3.catalina.bottle.tar.gz
==> Pouring postgresql@10-10.13_3.catalina.bottle.tar.gz
==> Caveats
To migrate existing data from a previous major version of PostgreSQL run:
brew postgresql-upgrade-database
postgresql@10 is keg-only, which means it was not symlinked into /usr/local,
because this is an alternate version of another formula.
If you need to have postgresql@10 first in your PATH run:
echo 'export PATH="/usr/local/opt/postgresql@10/bin:$PATH"' >> /Users/akizuki/.bash_profile
For compilers to find postgresql@10 you may need to set:
export LDFLAGS="-L/usr/local/opt/postgresql@10/lib"
export CPPFLAGS="-I/usr/local/opt/postgresql@10/include"
For pkg-config to find postgresql@10 you may need to set:
export PKG_CONFIG_PATH="/usr/local/opt/postgresql@10/lib/pkgconfig"
To have launchd start postgresql@10 now and restart at login:
brew services start postgresql@10
Or, if you don't want/need a background service you can just run:
pg_ctl -D /usr/local/var/postgresql@10 start
???? /usr/local/Cellar/postgresql@10/10.13_3: 1,709 files, 21.7MB
・psql --version
bash: /usr/local/bin/psql: No such file or directory
・which psql
何も表示されません。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/07/28 02:54
2020/07/28 03:41 編集
2020/07/28 04:08
2020/07/28 04:15
2020/08/01 12:32