This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Mac OSX development setup (data science, python) | |
# v1.0 | |
cd $HOME | |
echo "This script sets up a basic software eng / data science environment on Mac OSX." | |
echo -n "You can edit this file to customize what should be installed." | |
echo "Exit to do so via [CTRL-C], otherwise press [ENTER] to continue..." | |
read | |
USER_DIR=$(pwd | xargs echo -n) | |
echo "Requesting admin permissions..." | |
sudo su - |