Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python doesnt stay open #686

Open
Pixel-Minions opened this issue Jul 22, 2024 · 1 comment
Open

Python doesnt stay open #686

Pixel-Minions opened this issue Jul 22, 2024 · 1 comment

Comments

@Pixel-Minions
Copy link

Pixel-Minions commented Jul 22, 2024

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()
@AlexeyDmitriev
Copy link

You can use local["python"].run_fg() so that python runs in interactive mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants