> I guess this is a bug, or what? And I could not figure out where to report > it, so now I'm trying here.
github issues are the best place > > It caused me some headache. I was in a virtualenv with a uwsgi > installation, I uninstalled it from the virtualenv, but the local > executable uwsgi remained. So when I thought I was running the global, I > was running the local, which meant unexpected values for home and cwd (I > think). a virtualenv does not install binaries in /usr/local/bin, this happens only for system-wide pip installation. In addition to this, virtualenvs does not touch cwd (home is for specifying the virtualenv, so when run by a venv it could be redundant). -- Roberto De Ioris http://unbit.com _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
