Skip to content

Instantly share code, notes, and snippets.

@GloryPassarello
Last active February 22, 2017 09:19
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 GloryPassarello/1ac80be869090aa0b9fc09127cac7918 to your computer and use it in GitHub Desktop.
Save GloryPassarello/1ac80be869090aa0b9fc09127cac7918 to your computer and use it in GitHub Desktop.
##Installing a virtual enviroment
[sudo] pip install virtualenv
virtualenv ENV
#this will create the folder of your virtual environment
sudo apt-get install python-pip
sudo apt-get install python-dev
pip install numpy
pip install pandas
##before installing dependencies
sudo apt-get build-dep python-matplotlib
sudo apt-get install libfreetype6-dev
pip install matplotlib
#to know module version
pip show YOUR_PACKAGE_NAME | grep Version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment