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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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.promptin that it would be a template string that supports at least the following variables:minor, e.g.3.9implementation, e.g.cpythonUsers could distinguish envs with a new template:
Beta Was this translation helpful? Give feedback.
All reactions