From e71a3f2c3f5a8d9fa19bc514ccd2af7231edd3da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rok=20Ro=C5=A1kar?= Date: Fri, 31 Mar 2023 16:44:09 +0200 Subject: [PATCH] chore: make bashrc vscode compatible (#326) --- docker/py/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/py/bashrc b/docker/py/bashrc index 018efbc6..9890d140 100644 --- a/docker/py/bashrc +++ b/docker/py/bashrc @@ -1,5 +1,5 @@ # if this is an ssh shell, set PATH -if [ -n "$SSH_TTY" ]; then +if [ -n "$SSH_CLIENT" ]; then export PATH=/opt/conda/bin:/opt/conda/condabin:$HOME/.local/bin:$PATH:$HOME/.renku/bin eval "$(command conda shell.bash hook 2> /dev/null)" fi