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 0cdc6a4 commit bc827eaCopy full SHA for bc827ea
.devcontainer.json
@@ -8,7 +8,6 @@
8
// Use 'settings' to set *default* container specific settings.json values on container create.
9
// You can edit these settings after create using File > Preferences > Settings > Remote.
10
"settings": {
11
- "terminal.integrated.shell.linux": "/bin/bash",
12
"python.pythonPath": "/usr/local/bin/python",
13
"python.formatting.provider": "black",
14
"python.linting.enabled": true,
Dockerfile
@@ -12,4 +12,6 @@ RUN python -m pip install --upgrade pip
COPY requirements-dev.txt /tmp
RUN python -m pip install -r /tmp/requirements-dev.txt
RUN git config --global --add safe.directory /home/pandas
15
+
16
+ENV SHELL "/bin/bash"
17
CMD ["/bin/bash"]
0 commit comments