-
-
Notifications
You must be signed in to change notification settings - Fork 437
feat: pdm venv integration #1193
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
Codecov Report
@@ Coverage Diff @@
## main #1193 +/- ##
==========================================
- Coverage 85.32% 81.09% -4.23%
==========================================
Files 78 93 +15
Lines 6834 7592 +758
Branches 1565 1792 +227
==========================================
+ Hits 5831 6157 +326
- Misses 666 1081 +415
- Partials 337 354 +17
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
First, i'm loving pdm! Thank you very much! Second, why the change to use Observation: Is |
@thiagola92 here are some explanations. And the doc definitely needs to be updated, would you like to contribute? |
Pull Request Check List
news/
describing what is new.Describe what you have changed in this PR.
pdm venv
commands integrationpdm init
will ask to create virtualenv if not existspdm init
, when choose to create virtualenv:pdm init
, when choose not to create virtualenv:pdm use
will list pythons in central virtualenv locationpdm install
will create virtualenv if python is not chosen yet and__pypackages__
doesn't existvenv will be created at
.venv
in project root, while configurable.