Skip to content

Commit

Permalink
Merge pull request #126 from opensafely/Jongmassey/venv-pip-fix
Browse files Browse the repository at this point in the history
Remove --user from pip install in postCreate.sh
  • Loading branch information
Jongmassey authored May 22, 2024
2 parents 76269ed + 06cbe3c commit bc24007
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/postCreate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -euo pipefail

pip3 install --user -r .devcontainer/requirements.in
/usr/local/bin/pip3 install --user -r .devcontainer/requirements.in

#set R working directory
! grep -q "$1" $R_HOME/etc/Rprofile.site && sudo tee -a $R_HOME/etc/Rprofile.site <<< "setwd(\"$1\")"
Expand Down
1 change: 1 addition & 0 deletions analysis/stata.do
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
capture noisily import delimited ./output/output/dataset.csv, clear

0 comments on commit bc24007

Please sign in to comment.