Skip to content

Commit

Permalink
move cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartManoj committed Jan 21, 2025
1 parent 6ffe104 commit 87d1e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openhands/runtime/action_execution_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,10 @@ async def _init_bash_commands(self):
INIT_COMMANDS += [
'export TERM=xterm-256color',
'set +H',
'cd /workspace',
]
if not is_local_runtime:
INIT_COMMANDS += [
'cd /workspace',
"export PATH=/openhands/poetry/$(ls /openhands/poetry | sed -n '2p')/bin:$PATH",
]
logger.debug(f'Initializing by running {len(INIT_COMMANDS)} bash commands...')
Expand Down

0 comments on commit 87d1e9c

Please sign in to comment.