-
-
Notifications
You must be signed in to change notification settings - Fork 469
backward compatibily with venv #3689
Copy link
Copy link
Open
Labels
⭐ enhancementImprovements for existing featuresImprovements for existing features🤔 waiting for feedbackRequires more information to clarify the issueRequires more information to clarify the issue
Metadata
Metadata
Assignees
Labels
⭐ enhancementImprovements for existing featuresImprovements for existing features🤔 waiting for feedbackRequires more information to clarify the issueRequires more information to clarify the issue
Feature Description
It should have good compatibility with the old venv, so that if I start the virtual environment it loads all the libraries it installs with pdm. Apparently, this is the case, but when I run something with the virtual environment or try to use pyinstaller, it doesn't recognize the libraries.
Problem and Solution
The solution is for the virtual environment to be easily recognizable by the previous one.
Additional Context
No response
Are you willing to contribute to the development of this feature?