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 60bb6b6 commit f51c7c9Copy full SHA for f51c7c9
.devcontainer/Dockerfile
@@ -93,7 +93,9 @@ RUN /usr/local/bin/python3.12 -m venv ${VIRTUAL_ENV_PATH} --copies && \
93
which python && \
94
# Ensure pip is up to date in virtual environment
95
python -m pip install --upgrade pip setuptools wheel && \
96
- pip --version# Configure shell environment with optimizations
+ pip --version
97
+
98
+# Configure shell environment with optimizations
99
RUN echo "# Virtual environment auto-activation" >> ~/.bashrc && \
100
echo "export VIRTUAL_ENV=${VIRTUAL_ENV_PATH}" >> ~/.bashrc && \
101
echo "export PATH=\"\${VIRTUAL_ENV}/bin:\$PATH\"" >> ~/.bashrc && \
0 commit comments