Set of simple scripts, that help to manage python environments:
mkenv env- creates an environment with name "env" in$ENVSfolderrmenv env- removes an environment with name "env" from$ENVSfolderrunenv env- activates an environment with name "env"addenv env- attaches an environment with name "env" to the current one (makes all packages from "env" visible in the current one)subenv env- detches an environment with name "env" from the current one
- Improve installation script
- Improve attach/detach mechanism