We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Let's add an environment variable to the launcher and run without adding a new shell.
We don't need to add that to the process launcher but to the firenado launcher. With that we got process launcher covered.
We're cleaning PYTHONPATH on #299. Let's wait for next release for environment variable.
This is described here: https://stackoverflow.com/questions/358783/python-set-terminal-type-in-pexpect
The variable will be called env, the same used in pexpect.
The text was updated successfully, but these errors were encountered:
piraz
No branches or pull requests
Let's add an environment variable to the launcher and run without adding a new shell.
We don't need to add that to the process launcher but to the firenado launcher. With that we got process launcher covered.
We're cleaning PYTHONPATH on #299. Let's wait for next release for environment variable.
This is described here: https://stackoverflow.com/questions/358783/python-set-terminal-type-in-pexpect
The variable will be called env, the same used in pexpect.
The text was updated successfully, but these errors were encountered: