Michael Sollami

Results 7 comments of Michael Sollami

+1 Anyone have a solution for this yet?

Yes it's missing.

``` StartProcess::pnfd: Program python3 not found. Check Environment["PATH"]. and then hangs

It's looking for python3, which isn't a thing on my machine - just python.

I use conda inside zsh: ``` ➜ conda activate py36 (py37) ➜ which python /Users/msollami/anaconda3/envs/py36/bin/python ``` The exact version is: > Python 3.6.6 |Anaconda, Inc.| (default, Jun 28 2018, 11:07:29)...

@kmisunas This repo is newer version of the method you link to, written by the author of that presentation. I checked, neither are working in v11.2

@sakra Any chance you plan on rewriting this to make it work in versions 11.1+?