Skip to content

Commit

Permalink
chore: make bashrc vscode compatible (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
rokroskar authored Mar 31, 2023
1 parent fe4914a commit e71a3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/py/bashrc
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e71a3f2

Please sign in to comment.