Question: symlinks in versions (e.g., 3.11 --> 3.11.8) #2962
-
Hi, I am trying to solve a problem with I have many virtual environments. When my linux distro updates python making a minor version jump (e.g., 3.11.7 to 3.11.8) they keep working. However, when there is a major jump (3.11 to 3.12) the virtual environments clearly break. Recreating them immediately for the newer Python is not an option, and they may even contain dependencies not yet made compatible with the latest python. I am thus thinking of using I have tested and seen that changing the symbolic link of
What I do not like very much is that the versions in
Obviosly I can create the symlink for the partial version name elsewhere, but having it in |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Can't say. You'll have better luck asking the maintainers of the tool that you create environments with (probably virtualenv or venv).
It is. That's how e.g. unqualified aliases to Pyenv-Virtualenv environments work. |
Beta Was this translation helpful? Give feedback.
Can't say. You'll have better luck asking the maintainers of the tool that you create environments with (probably virtualenv or venv).
It is. That's how e.g. unqualified aliases to Pyenv-Virtualenv environments work.