How do I use iterm2 with yotta? It defaults to the crappy terminal that comes with OSX.
I think the OS X installer comes with a preset virtualenv which it inits whenever you open yotta. If you can load that virtualenv in iTerm you should be able to access yotta from the terminal.
Or just install via pip like I did w/o a virtualenv, then it works everywhere.
Yeah, pip install doesn’t work for me. I get “error: unknown file type ‘.pxd’ (from ‘chid.pxd’)” Not sure what’s going on.
Hmm, maybe pip install pyrex
? Or Cython maybe out of date…