Skip to content

Commit 5a6b2e0

Browse files
authored
fix Python interpeter path
1 parent 5089389 commit 5a6b2e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ RUN echo "alias pip=pip3" >> ~/.bashrc
5050
RUN echo "alias python=python3" >> ~/.bashrc
5151

5252
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
53+
RUN echo "{\"workbench.colorTheme\": \"Default Dark+\", \"python.defaultInterpreterPath\": \"/home/coder/local/bin/conda/bin/python\"}" >> /home/coder/.local/share/code-server/User/settings.json
5454

5555

5656
# Nice colors in python terminal

0 commit comments

Comments
 (0)