sudo apt-get remove --purge wolfram-* minecraft-pi scratch penguinspuzzle nano
sudo apt-get autoremovesudo apt-get install vimsudo mkdir /opt/conda
sudo chown $USER:$USER /opt/conda
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-armv7l.sh
./Miniconda3-latest-Linux-armv7l.sh -f -p /opt/conda
conda install pipCreate a scipy environment:
conda create -n scipy python=3 numpy scipy pandas scikit-learn pillow ipython
source activate scipy
pip install jupyter matplotlib seabornsudo apt-get install tightvncserver
vncserver :1 -geometry 1440x900On Mac OS X:
ln -s "/System/Library/CoreServices/Screen Sharing.app" /Applications/
open -a "Screen Sharing"
# Under "Host" enter [Raspberry Pi IP]:5901