Fix the generated path to the pyvenv.cfg symlink.
Review Request #13087 — Created June 1, 2023 and submitted — Latest diff uploaded
This tweaks the generation of the
pyvenv.cfg
symlink to ensure that
the symlink points to the correct path inside the virtualenv. The path
being generated incorrectly had the virtualenv name prefixed, resulting
in a broken symlink.
Created a virtualenv and verified the path to
pyvenv.cfg
was
correct.