Skip to content

Instantly share code, notes, and snippets.

@FelipeSBarros
Last active February 10, 2018 17:53
Show Gist options
  • Save FelipeSBarros/d4906903b44f6d44412cd85d60c25c2d to your computer and use it in GitHub Desktop.
Save FelipeSBarros/d4906903b44f6d44412cd85d60c25c2d to your computer and use it in GitHub Desktop.
Few libs for completely install python
sudo apt-get update &&
sudo apt-get upgrade &&
sudo apt-get autoremove &&
sudo apt-get autoclean &&
sudo apt-get clean &&
sudo apt-get install sqlite3 &&
sudo apt-get install -y python3-pip &&
sudo apt-get install build-essential libssl-dev libffi-dev python-dev &&
sudo apt-get install -y python3-venv python3-bs4 python3-pandas*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment