Skip to content

Instantly share code, notes, and snippets.

@vutsalsinghal
Last active September 12, 2022 21:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vutsalsinghal/df769d6a7e09a83ebcb94d274cfc9156 to your computer and use it in GitHub Desktop.
Save vutsalsinghal/df769d6a7e09a83ebcb94d274cfc9156 to your computer and use it in GitHub Desktop.
Mac setup
# Mac setup!
# Run after .bash_profile/.bashrc setup (alias)
## Install Homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
## Update and upgrade
sup
echo export PATH=/usr/local/bin:$PATH >> ~/.bash_profile
sudo brew install python python3
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
sudo python3 get-pip.py
sudo python get-pip.py
sudo pip3 install ipython virtualenv virtualenvwrapper
sudo pip install ipython virtualenv virtualenvwrapper
echo source /usr/local/bin/virtualenvwrapper.sh >> ~/.bash_profile
## Install nano with syntaxhighlighting
curl -O https://gist.githubusercontent.com/vutsalsinghal/3e3b530f46459ad2de856f193f6b22c9/raw/aadefb8d2e78b6aa8f4c30e37e21f78df4dea044/install_nano.sh
./install_nano.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment