====== Termux ====== apt update apt install pkg-config apt install clang apt install python apt install python-dev apt install fftw LDFLAGS=" -lm -lcompiler_rt" pip install numpy LDFLAGS=" -lm -lcompiler_rt" pip install pandas LDFLAGS=" -lcompiler_rt" pip install matplotlib LDFLAGS=" -lcompiler_rt" pip install cython LDFLAGS=" -lcompiler_rt" pip install bokeh * numpy 설치 * https://github.com/termux/termux-packages/issues/136 {{tag>terminal console android}}