Skip to content

Commit

Permalink
gitpod debug
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Nov 27, 2023
1 parent 2f14d74 commit 6e22aaf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .gitpod-setup.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
sudo useradd rstudio -u 1000 -s /bin/bash
print pwd
mkdir -p ~/.local/share/rstudio/projects_settings
mkdir -p /home/rstudio/.local/share/rstudio/projects_settings
export RPROJ"=$(ls *.Rproj)"
echo ${RPROJ} > ~/.local/share/rstudio/projects_settings/last-project-path
echo ${RPROJ} > /home/rstudio/.local/share/rstudio/projects_settings/last-project-path

0 comments on commit 6e22aaf

Please sign in to comment.