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

Remove the PYTHONEXECUTABLE variable from nushell scripts #1

Merged
merged 1 commit into from
Sep 16, 2021

Conversation

lily-mara
Copy link

PYTHONEXECUTABLE is not used by any of the other shell activation scripts,
setting it directly will require this script to walk the path and determine the
OS. We should not be setting it. This resolves test failures on macOS, since the
previous version added the windows-specific .exe suffix.

Thanks for contributing, make sure you address all the checklists (for details on how see

development documentation)!

  • ran the linter to address style issues (tox -e fix_lint)
  • wrote descriptive pull request text
  • ensured there are test(s) validating the fix
  • added news fragment in docs/changelog folder
  • updated/extended the documentation

PYTHONEXECUTABLE is not used by any of the other shell activation scripts,
setting it directly will require this script to walk the path and determine the
OS. We should not be setting it. This resolves test failures on macOS, since the
previous version added the windows-specific `.exe` suffix.
@elferherrera elferherrera merged commit 743f0cb into elferherrera:nushell Sep 16, 2021
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