Virtual environment created by Python 3 venv module not detected by use_virtualenv · Issue #194 · rstudio/reticulate

I have a python3 virtualenv residing in ~/src/venv which I created with (on Linux): cd ~/src python3 -m venv venv I cannot set reticulate to this virtual environment with use_virtualenv() at the mo...