This code opens a new bash in need directory.
os.chdir(path)
os.system("bash")
I want an exit from python script and stay in the bash console. But need to go to the directory.
How does it? Help me, please.
This code opens a new bash in need directory.
os.chdir(path)
os.system("bash")
I want an exit from python script and stay in the bash console. But need to go to the directory.
How does it? Help me, please.