Can't use 'cd' command

Issue #46 invalid
Former user created an issue

from sarge import run

run('cd ..')


...... FileNotFoundError: [Errno 2] No such file or directory: 'cd': 'cd' ...... ValueError: Command not found: cd

Comments (1)

  1. Vinay Sajip repo owner

    This is not a bug, because cd is not a command implemented in an external program, but a shell built-in.

  2. Log in to comment