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

Use just tool to run examples #454

Closed
wants to merge 1 commit into from
Closed

Use just tool to run examples #454

wants to merge 1 commit into from

Conversation

phil-opp
Copy link
Collaborator

@phil-opp phil-opp commented Apr 4, 2024

This PR tries to replace our custom run.rs files with the just tool. The goal is to make the commands more obvious to users.

@Michael-J-Ward
Copy link
Contributor

I think this would be much cleaner and more approachable for rust and non-rust devs alike.

@haixuanTao
Copy link
Collaborator

haixuanTao commented Apr 19, 2024

This would be awesome but just encountered this issue: https://github.com/casey/just/pull/1229/files , which is about how just might not be super practical with virtual env. The fix proposed cold potentially work but we would need to bake it into the dataflow which might not be super ideal. I'm kind of looking at the ways other people fixed it but might be a bit hacky

@haixuanTao
Copy link
Collaborator

haixuanTao commented Apr 24, 2024

I'm wondering if we can just use a nu script that will fix the conda shell environment. https://www.nushell.sh/book/scripts.html

@phil-opp
Copy link
Collaborator Author

Closing on favor of #495

@phil-opp phil-opp closed this Jun 20, 2024
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.

3 participants