Replies: 3 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
On |
Beta Was this translation helpful? Give feedback.
0 replies
-
Weirdly enough, I am not encountering the issue in the latest builds. But you can find the one that was wrong here. As you can see, I first set up pdm with Python 3.11 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm running
pdm sync -G lint --no-default
to install the packages, which creates a new virtual env with python 3.10.How can I tell it to use Python 3.11? I am already using setup-pdm specifying the python version like this:
Or better yet. how can I tell it to use the current virtual env (which I assume is using the 3.11)?
Beta Was this translation helpful? Give feedback.
All reactions