pyenv / pyenv-virtualenv

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

Create relative symlink #433

Open xsYf6tdq8 opened 2 years ago

xsYf6tdq8 commented 2 years 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?