Skip to content

Commit

Permalink
Merge pull request #21 from espm-157/main
Browse files Browse the repository at this point in the history
update path order
  • Loading branch information
cboettig authored Dec 20, 2023
2 parents bd0ada8 + 36b0a15 commit 8d586b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ghcr.io/rocker-org/devcontainer/tidyverse:4.3

ENV NB_USER=rstudio
ENV VIRTUAL_ENV=/opt/venv
ENV PATH=${PATH}:${VIRTUAL_ENV}/bin
ENV PATH=${VIRTUAL_ENV}/bin:${PATH}
ADD https://raw.githubusercontent.com/rocker-org/rocker-versioned2/c1a472465532c8349cf0ad4f3f95c86e85787dc3/scripts/install_python.sh install_python.sh
RUN bash install_python.sh && rm install_python.sh

Expand Down

0 comments on commit 8d586b6

Please sign in to comment.