pyenv / pyenv-virtualenv

a pyenv plugin to manage virtualenv (a.k.a. python-virtualenv)
MIT License
6.18k stars 399 forks source link

Create relative symlink #433

Open xsYf6tdq8 opened 1 year ago

xsYf6tdq8 commented 1 year ago

In my use case I sometimes move around the whole pyenv directory and this absolute link breaks my setup. I don't see many (any?) disadvantages in always creating this symlink as a relative link.

Any other opinions?