sixty-north / venv-management

A Python package for programmatic creation of Python virtual environments
MIT License
0 stars 1 forks source link

Add a check to ensure that virtualenvwrapper is available. #3

Open rob-smallshire opened 3 years ago

rob-smallshire commented 3 years ago

This package requires that an implementation of virtualenvwrapper is available. At the very least we must give good diagnostic messages when it is not. Ideally we should have an explicit check during installation.

We do not have a direct dependency on virtualenvwrapper because different implementations of virtualenvwrapper are available.