Skip to content

Commit 272ba70

Browse files
committed
fix conda env path
1 parent 589f46c commit 272ba70

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
@@ -51,7 +51,7 @@ RUN mkdir -p /home/coder/.local/share/code-server/Machine/
5151
COPY settings.json /home/coder/.local/share/code-server/Machine/settings.json
5252

5353
# Nice colors in python terminal
54-
RUN echo "import sys ; from IPython.core.ultratb import ColorTB ; sys.excepthook = ColorTB() ;" >> /home/coder/local/bin/conda/lib/python${PYTHON_VERSION}/site-packages/sitecustomize.py
54+
RUN echo "import sys ; from IPython.core.ultratb import ColorTB ; sys.excepthook = ColorTB() ;" >> /home/coder/local/bin/conda/envs/basesspcloud/lib/python${PYTHON_VERSION}/site-packages/sitecustomize.py
5555

5656
# INSTALL VSTUDIO EXTENSIONS
5757
RUN code-server --install-extension ms-python.python

0 commit comments

Comments
 (0)