0

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?

Community
  • 1
  • 1
Santi Peñate-Vera
  • 1,053
  • 4
  • 33
  • 68

1 Answers1

1

You can try using sh instead of ch.

edwinksl
  • 7,005
  • 4
  • 30
  • 36
  • No, I formatted the computer and in the previous installation this command worked – Santi Peñate-Vera Jun 27 '16 at 10:13
  • Which version of Ubuntu did you use? In any case, it appears that the question has been put on hold as off-topic, so I suggest asking the question on [Ask Ubuntu](https://askubuntu.com). – edwinksl Jun 27 '16 at 10:16