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

Add coconut -m support #801

Open
evhub opened this issue Nov 5, 2023 · 1 comment
Open

Add coconut -m support #801

evhub opened this issue Nov 5, 2023 · 1 comment
Labels

Comments

@evhub
Copy link
Owner

evhub commented Nov 5, 2023

Should look up the module for import, compile it, then run python -m to execute it. Should be incompatible with -r or -i. Should also work for coconut-run and should immediately go to --argv after -m module when using coconut-run -m.

@evhub evhub added the feature label Nov 5, 2023
@evhub evhub added this to the v3.0.4 milestone Nov 5, 2023
@evhub evhub modified the milestones: v3.0.4, v3.1.0 Nov 24, 2023
@evhub
Copy link
Owner Author

evhub commented Nov 29, 2023

We might not actually need this, because with coconut --site-install you should be able to just do this with python -m.

@evhub evhub removed this from the v3.1.0 milestone Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant