Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to install pg_dump on mac

brew install libpq
# ZSH
echo 'export PATH="/usr/local/opt/libpq/bin:$PATH"' >> ~/.zshrc
source ~/.zshrc
# Bash
echo 'export PATH="/usr/local/opt/libpq/bin:$PATH"' >> ~/.bash_profile
source ~/.bash_profile
Comment

PREVIOUS NEXT
Code Example
Shell :: install jq 
Shell :: create gitignore files windows 
Shell :: docker sleep infinity 
Shell :: bash comment 
Shell :: What should you run to modify your last commit? 
Shell :: ssl security check ats 
Shell :: windows usb serial number 
Shell :: npm ERR! path /usr/local/lib/nodejs/node-v10.15.3-linux-x64/lib/node_modules while installing angular cli 
Shell :: how to remove every space in a string in bash 
Shell :: gitignore idea 
Shell :: vim cant open file for writing 
Shell :: npm forever 
Shell :: git remove origin 
Shell :: Expose local postgres database over https 
Shell :: problema hora windows ubuntu 
Shell :: drop cache ubuntu 
Shell :: echo or cat into multiple files 
Shell :: ansible sudo pass 
Shell :: oh my zsh apple m1 
Shell :: see what user a process is running as 
Shell :: golang hot reload 
Shell :: add router to vue 
Shell :: rm except one file 
Shell :: cut first word 
Shell :: replace first occurence of substring 
Shell :: search in centos terminal 
Shell :: wkhtmltopdf javascript 
Shell :: git reset last commit keep changes 
Shell :: linux tar gz 
Shell :: awk sum column 
ADD CONTENT
Topic
Content
Source link
Name
4+4 =