Skip to content

Instantly share code, notes, and snippets.

@opencoca
Last active March 29, 2019 16:18
Show Gist options
  • Save opencoca/44e02c3c288b083365614eb03c4bf739 to your computer and use it in GitHub Desktop.
Save opencoca/44e02c3c288b083365614eb03c4bf739 to your computer and use it in GitHub Desktop.
#Copyright Alexander Somma
#Licensed under GPL
#taken from https://nosarthur.github.io/coding/2018/01/15/termux.html
#Before running install curl
#pkg install curl
#then call using: curl -fsSL
termux-setup-storage# it creates a folder called storage at your home folder which provides access to the Chromebook file systems (downloads, music, pictures, etc)
pkg install termux-exec# for better support for bash
pkg install diffutils# for vimdiff to work
pkg install python-dev# needed for LDFLAGS=" -lm -lcompiler_rt" pip install numpy
pkg install pkg-config# somehow this is needed for pip install matplotlib, otherwise it complains that freetype is not present (although it is)
pkg install libffi-dev# for Jekyll
pkg install libxslt-dev libxml2-dev# for pandas-datareader
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment