cloudify-cosmo / wagon

Creates Wheel based archives to allow portable offline installation of Python packages and their dependencies
Apache License 2.0
108 stars 14 forks source link

Remove the `-e` flag #71

Closed nir0s closed 7 years ago

nir0s commented 7 years ago

We currently allow to install Wagon into a virtualenv directly by passing the -e VENV_PATH flag. This doesn't exist in pip, and so, for consistency's sake, we should remove it (specifically before Wagon v1.0.0).

Users can always activate a venv or directly pass its pip executable when installing a wagon.

nir0s commented 7 years ago

Note that since virtualenv is used to also validate wagons, the API for specifying a virtualenv will remain intact.