Error: You're not supposed to use the plugin commands with a system-wide
install of Taxi. Please install the specific packages for your operating
system instead.
Even when run from inside a virtualenv. The correct way do to the check seems to be comparing sys.real_prefix with sys.base_prefix.
The
plugin install
command always errors withEven when run from inside a virtualenv. The correct way do to the check seems to be comparing
sys.real_prefix
withsys.base_prefix
.