-
Notifications
You must be signed in to change notification settings - Fork 25.6k
[Easy] Add notes for setting up dev venv with specific Python version #164214
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
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/164214
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 8699fa3 with merge base 3b4ad4a ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
ghstack-source-id: 798acc1 Pull-Request: pytorch#164214
ghstack-source-id: 798acc1 Pull-Request: pytorch#164214
ghstack-source-id: 82f114d Pull-Request: pytorch#164214
ghstack-source-id: 82f114d Pull-Request: pytorch#164214
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Resolves #164010 (comment), cc @filipviz Previously, the `checkout` subcommand would reuse the `venv`, while the `pull` subcommand would remove and recreate a fresh new `venv` (without prompting before deleting). This PR: - Keep and reuse the existing `venv` by default (both `pull` and `checkout`). - Add a new `--fresh` option to delete and recreate a fresh new `venv`. - Prompt the user for confirmation (add a new `--yes` option) before deleting the existing prefix path. Pull Request resolved: #164215 Approved by: https://github.com/ezyang, https://github.com/malfet ghstack dependencies: #162324, #164214
Resolves #164010 (comment)
Stack from ghstack (oldest at bottom):