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

Issue: Dev Environment Setup Check Issue #12

Open
therealharshit opened this issue Feb 13, 2025 · 0 comments · May be fixed by #13
Open

Issue: Dev Environment Setup Check Issue #12

therealharshit opened this issue Feb 13, 2025 · 0 comments · May be fixed by #13

Comments

@therealharshit
Copy link
Member

Description

The check_env.py script ensures the development environment is correctly set up by verifying the versions of pixi, cargo, and rustc. It checks if the required versions are installed and provides update or installation instructions if they are incorrect or missing.

Steps to Reproduce

  1. Run the script:
    python3 check_env.py
    
  2. Observe the output for any errors or mismatches.

Expected Behavior

  • The script should verify versions and guide the user to update/install dependencies if necessary.
  • If everything is correct, it should exit with status 0.
  • If any issue is found, it should exit with status 1.

Possible Fix

  • Ensure pixi, cargo, and rustc are properly installed and available in PATH.
  • Modify version retrieval logic if needed to account for different OS outputs.
@therealharshit therealharshit linked a pull request Feb 13, 2025 that will close this issue
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 a pull request may close this issue.

1 participant