Unable to change Python path in reticulate

I observed that neither the technique “use_python(‘path’)” nor the tactic of Sys.setenv(RETICULATE_PYTHON = ‘path’) in .RProfile worked for me (of course I am sure it must have worked for others.) In any case the line at terminal, which -a python python3 did produce two paths to choose from (one for python2 and one for python3 … Read more