JMP 18 Python kernel interfering with miniconda Python installation (Run Program)
JMP 18 brings native Python. This open-source Python installation uses conda instead of pip, but it seems broken now. https://github.com/industrial-data/pyJMP/ The way pyJMP works is by executing the following bat file using RunProgram(). set JMP_PYTHON_PTH=C:\ProgramData\miniforge_JMP CALL %JMP_PYTHON_PTH%\Scripts\activate.bat %JMP_PYTHON_PTH% SET current_path=%~dp0 echo %current_path:~0,-1% SE...