Brian Kearns <[email protected]> added the comment: what shell is $SHELL on netbsd by default for users? does virtualenv even work with such limited shells? i doubt it. in which case the change as is will work fine. relying on current PATH on systems with such limited shells (which is what will happen when env -i $SHELL -l fails) seems fine -- chances that the user is running inside a virtualenv are basically zero. the failure case you presented is resolved.
---------- status: chatting -> resolved ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1412> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
