forked from chapel-lang/chapel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixup py runner script (chapel-lang#23738)
Something about the `-e` (debug mode) installation of the Python bindings made them not always work from inside the Python Application. This PR adjusts the installation to not use `-e` (meaning the installation is in Python "release" mode rather than "debug" mode). As part of this, I had to make the `replace` module be an actual folder with an `__init__.py`, and list it in `setup.py`. Reviewed by @jabraham17 -- thanks!
- Loading branch information
Showing
4 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters