ぎゃぴろぐ

おもむくままにだだながし

2018-03-01から1ヶ月間の記事一覧

Macにpyenvとpyenv-virtualenvを入れる

MacのバージョンはHigh Sierra pyenv/pyenv-virtualenvのインストール # pyenv brew install pyenv # pyenv-virtualenv brew install pyenv-virtualenv インストール後、.bash_profilenに以下を追記 $ vi ~/.bash_profile # pyenv export PYENV_ROOT="${HOME…

RedShiftの実行中クエリの情報を把握する

SELECT pid, user_name, starttime, query FROM stv_recents WHERE status = 'Running'; 参照:https://docs.aws.amazon.com/ja_jp/redshift/latest/dg/determine_pid.html