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

Launch a new app using the same python executable #368

Conversation

yoshi74ls181
Copy link
Contributor

Currently, the AppManager launches a new process using the command python.
However, if plottr-monitor is running inside a virtual environment, the new process should be launched using the python executable specific to the environment.
With this fix, a new process is launched using sys.executable, which contains the path to the current python executable.

@jenshnielsen jenshnielsen merged commit 02122a0 into toolsforexperiments:master Feb 8, 2023
@yoshi74ls181 yoshi74ls181 deleted the use-same-python-executable branch February 8, 2023 11:03
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

Successfully merging this pull request may close these issues.

2 participants