We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5089389 commit 5a6b2e0Copy full SHA for 5a6b2e0
1 file changed
Dockerfile
@@ -50,7 +50,7 @@ RUN echo "alias pip=pip3" >> ~/.bashrc
50
RUN echo "alias python=python3" >> ~/.bashrc
51
52
RUN mkdir -p /home/coder/.local/share/code-server/User/
53
-RUN echo "{\"workbench.colorTheme\": \"Default Dark+\", \"python.defaultInterpreterPath\": \"/home/coder/local/bin/conda/lib/python\"}" >> /home/coder/.local/share/code-server/User/settings.json
+RUN echo "{\"workbench.colorTheme\": \"Default Dark+\", \"python.defaultInterpreterPath\": \"/home/coder/local/bin/conda/bin/python\"}" >> /home/coder/.local/share/code-server/User/settings.json
54
55
56
# Nice colors in python terminal
0 commit comments