Skip to content

Commit

Permalink
Update install-rocker.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes authored Feb 19, 2025
1 parent 65671eb commit ebb4825
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions scripts/install-rocker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,5 @@ if command -v tlmgr &> /dev/null; then
tlmgr install pdfcol tcolorbox eurosym upquote adjustbox titling enumitem ulem soul rsfs
fi

# Make sure that the default terminal opened in RStudio (which is a login bash) sets the PATH
current_path="$PATH"
echo 'if [[ -v RSTUDIO || -v R_HOME ]]; then \
export PATH="'$current_path'"; \
fi' > /etc/profile.d/rstudio_set_path.sh

sudo chown -R jovyan:jovyan /etc/rstudio
sudo chmod -R u+rwX /etc/rstudio

0 comments on commit ebb4825

Please sign in to comment.