[issue36964] `python3 -m venv NAME`: virtualenv is not portable

Marco Sulla report at bugs.python.org
Mon May 20 17:01:05 EDT 2019


Marco Sulla <launchpad.net at marco.sulla.e4ward.com> added the comment:

Well, I didn't know `--copy`. I think I'll use it. :)

What about VIRTUAL_ENV="$(dirname "$(dirname "$(readlink -nf "$0")")")"? In `bash` and in `sh` it works.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36964>
_______________________________________


More information about the Python-bugs-list mailing list