dh-virtualenv icon indicating copy to clipboard operation
dh-virtualenv copied to clipboard

Activate script is broken

Open dzen opened this issue 8 years ago • 1 comments

For the moment, the current regex only changes the shebang of binaries installed in the venv (e.g. $VENV/bin/whatever). The Activate script is not modified, so the $PATH set is wrong : the target is the one during the build.

see https://github.com/spotify/dh-virtualenv/blob/master/lib/Debian/Debhelper/Buildsystem/dh_virtualenv.pm#L166

dzen avatar Dec 21 '16 12:12 dzen

+1 It should update the value of the VIRTUAL_ENV variable in the activate script.

nmgeek avatar Nov 27 '17 01:11 nmgeek