Created
July 6, 2017 07:49
-
-
Save codeAshu/c3d2cba7607546b3d29fce3dbbf2eb11 to your computer and use it in GitHub Desktop.
Setup for zifiLink team
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
sudo apt-get install python-pip | |
sudo apt-get install python-virtualenv | |
# create a virtualenv | |
mkdir ~/.env | |
cd ~/.env | |
virtualenv myenv | |
#activate environment | |
source ~/.env/myenv/bin/activate | |
#install jupyter notebook | |
pip install jupyter |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment