I need to have Python 3.7 and Anaconda concurrently installed on my machine, but now JMP has trouble finding the "bare" python installation. When calling
python init()
I get the same error messages as in this discussion Configure Python (Anaconda environment path) with JMP Pro 16.2 , but I don't want JMP to run with Anaconda but use the bare python, which has worked before (before installing anaconda).
I already checked that python is in my Windows path so it should be able to find it, but JMP seems to prefer the anaconca version, even though it cannot find the installed packages there (see Configure Python (Anaconda environment path) with JMP Pro 16.2 ). I tried JMP_PYTHON_MODULE_PATH, but maybe I did not configure it well since after that, JMP could not find an installation of Python at all.
Is there any way to get JMP and Python working along without deinstalling Anaconda?