Bash Os.path Python Shell Changing Directory From A Python Script: How To Not Open A New Shell April 21, 2024 Post a Comment I have the following piece of code: import os unixshell=os.environ['SHELL'] dir='/home… Read more Changing Directory From A Python Script: How To Not Open A New Shell