-
Notifications
You must be signed in to change notification settings - Fork 0
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
Ongoing Development #15
Comments
Although PATH handling is already implemented, I'm not entirely happy with the solution. I want to try removing .ONESHELL and invoking the shell as follows:
If this or something similar works as expected we can avoid exporting PATH at multiple places. |
AFAIK you talked to Richard and conclusio was this is not necessary right? |
@jensens right, this comment is obsolete |
ruff
domain inqa
topicwebpack
domain injs
topicjest
domain injs
topicyarn
domain injs
topicnvm
domain injs
topicmx.ini
mx.ini
update
flag in mxmake command, updating the Makefile without prompting for settingsmxmake init
mxmake init
topics.py
deprecated usefrom pkg_resources import iter_entry_points
with importlib https://docs.python.org/3/library/importlib.metadata.html#entry-points PR use importlib.metadata to load entrypoints #28The text was updated successfully, but these errors were encountered: