Add command for linking .venv to Pixi environmets
#5978
danielfleischer
started this conversation in
Ideas
Replies: 1 comment
-
|
A python venv and a conda environment are not necessarily the same thing. So Im a bit hesitant to do this. Also why not just create the symlink yourself? Furthermore, symlinks are not supported on windows by default. You might be interested in: #5929 |
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 all, as I'm getting into using pixi, a lot of toolings build upon the discovery of a local virtual environment at
.venv. My suggestion is simple: link.venvto pixi environments. It can look like thisComments:
Beta Was this translation helpful? Give feedback.
All reactions