Remove user env scripts
- They are a relic from a time before pip and virtualenv.
- They need to be dynamically created based on where the package is installed, and if the package is being installed from a wheel we won't have an opportunity to do that.
Addresses #6 (closed).