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

huak run fails to run python -c commands #464

Open
cnpryer opened this issue Feb 10, 2023 · 1 comment
Open

huak run fails to run python -c commands #464

cnpryer opened this issue Feb 10, 2023 · 1 comment
Labels
good first issue Good for newcomers
Milestone

Comments

@cnpryer
Copy link
Owner

cnpryer commented Feb 10, 2023

❯ huak run python -c "import sys; print(sys.executable)"
  File "<string>", line 1
    import
          ^
SyntaxError: invalid syntax
zsh:1: unknown file attribute: y

The implementation is pretty raw, so this is actually expected. Tag #128

@cnpryer cnpryer changed the title huak run fails with python -c commands huak run fails to run python -c commands Feb 10, 2023
@cnpryer cnpryer added the good first issue Good for newcomers label Apr 11, 2023
@cnpryer
Copy link
Owner Author

cnpryer commented Apr 11, 2023

Tagging this as a semi-good first issue. Hesitant because a good #486 implementation could probably resolve this, but I’m open to a less involved first pass.

@cnpryer cnpryer added this to the General-use release milestone Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant