I am trying to follow this question to install numba on ubuntu 16.04.
At some point I need to run this command from the terminal:
sudo ch -c "LLVM_CONFIG=/usr/bin/config-3.7 python3 setup.py build"
However the terminal says that the ch command doesn't exist.
It seems I cannot install the command by sudo apt-get install ch
How shall I fix this?