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 616f88f commit 4513f68Copy full SHA for 4513f68
.devcontainer/Dockerfile
@@ -9,8 +9,8 @@ ENV PYTHONDONTWRITEBYTECODE=1 \
9
RUN useradd --create-home --shell /bin/bash $USER
10
11
USER $USER
12
-ENV PATH="$PATH:/home/$USER/.local/bin"
13
RUN mkdir -p /home/$USER/.config/compiler-admin
+ENV PATH="$PATH:/home/$USER/.local/bin:/home/$USER/.config/compiler-admin/gyb"
14
WORKDIR /home/$USER/compiler-admin
15
16
RUN python -m pip install --upgrade pip
.devcontainer/postAttach.sh
@@ -2,5 +2,3 @@
2
set -eu
3
4
pre-commit install --install-hooks
5
-
6
-echo -e "\nexport PATH=$PATH:/home/$USER/.config/compiler-admin/gyb" >> ~/.bashrc
0 commit comments