Pypy getting called #1322
Closed
amirhosseindavoody
started this conversation in
General
Replies: 2 comments 2 replies
-
That sounds like a weird solution, not sure why that would occur. The example you gave doesn't reproduce it on my machine. Is it reproducible for you? |
Beta Was this translation helpful? Give feedback.
2 replies
-
I think I figured why pypy is being installed in the first place. Some of the packages in the lockfile depends on it. I still don't know how they got in the lockfile in the first place. I create a new lockfile from the pixi.toml file and they don't have the pypy dependency. Anyway, thanks for the help. |
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.
-
I have a
pixi.toml
file like the following. When I activate the environment usingpixi shell
command and just call python the header shows that I am using PyPy instead of CPython. Can someone tell me why this is happening?Pixi.toml file
Python welcome message:
Beta Was this translation helpful? Give feedback.
All reactions