diff --git a/opendevin/runtime/docker/ssh_box.py b/opendevin/runtime/docker/ssh_box.py index 7d1503ee19..c4ea4aa2a4 100644 --- a/opendevin/runtime/docker/ssh_box.py +++ b/opendevin/runtime/docker/ssh_box.py @@ -403,9 +403,6 @@ class DockerSSHBox(Sandbox): # cd to workspace self.ssh.sendline(f'cd {self.sandbox_workspace_dir}') self.ssh.prompt() - # load bashrc - self.ssh.sendline('source ~/.bashrc') - self.ssh.prompt() def get_exec_cmd(self, cmd: str) -> list[str]: if self.run_as_devin: