How can I launch a cshell terminal from a python script that will launch shell?

96 Views Asked by At

I wanted to write a custom python script that will launcg a cshell when i run the python script. Also while launching, it automatically invokes a venv and env variables while launching.So it will be a custom shell for some custom scripts.

0

There are 0 best solutions below