Conda path on a Mac

@kneil welcome to the KNIME forum.

You could try a command like this

conda info - all | grep -i python

My personal recommendation would be to use python with the minimalist miniconda though

edit:

which python

should also work

2 Likes