Hi,
I am currently testing plumbum, amazing and simple but, when I try to run python, the python.exe in Windows, I know it runs but closes, it doesn't stay in interactive session. Why is this?
from plumbum import local
python = local["python"]
python()