rocker-org / rocker-versioned2

Run current & prior versions of R using docker. rocker/r-ver, rocker/rstudio, rocker/shiny, rocker/tidyverse, and so on.
https://rocker-project.org
GNU General Public License v2.0
390 stars 163 forks source link

hotfix on path order #758

Closed cboettig closed 5 months ago

cboettig commented 5 months ago

some scripts put /opt/venv/bin at the end of path, should be at the start (to take precedence over the base python which shouldn't be used for pip installs etc).