-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
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
- Run the script:
python3 check_env.py - 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, andrustcare properly installed and available inPATH. - Modify version retrieval logic if needed to account for different OS outputs.
Metadata
Metadata
Assignees
Labels
No labels