We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d798191 commit 511b551Copy full SHA for 511b551
.devcontainer/Dockerfile
@@ -17,7 +17,7 @@ USER $USER
17
WORKDIR /home/$USER/src
18
19
# update PATH for local pip installs
20
-ENV PATH "$PATH:/home/$USER/.local/bin"
+ENV PATH="$PATH:/home/$USER/.local/bin"
21
22
# upgrade pip
23
RUN python -m pip install --upgrade pip
0 commit comments