CPython and PyPy envs #7222
edgarrmondragon
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi folks!
I'm curious about #2089. There was a PR, but it was closed without being merged. Are there any workarounds to avoid name collisions of Poetry envs for CPython and PyPy implementations.
I was thinking of contributing a new config (e.g.
virtualenvs.suffix
, with default-py{minor}
) to allow users to create both CPython and PyPy envs without introducing any breaking changes. This would be similar tovirtualenvs.prompt
in that it would be a template string that supports at least the following variables:minor
, e.g.3.9
implementation
, e.g.cpython
Users could distinguish envs with a new template:
Beta Was this translation helpful? Give feedback.
All reactions