Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use system pip3 rather than venv pip3
Following opensafely-core/research-template-docker#26 which added venv activation into .bashrc for the rstudio user (the default user for our codespaces/devcontainer configuration), calling `pip3` would call /opt/venv/bin/pip3. Within a virtualenv, the `--user` option is not allowed and users reported this error. Instead we decouple the installation of opensafely-cli from the venv so it is always available regardless of virtualenv state.
- Loading branch information