Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/georgiifirsov/env-plus

Set of simple scripts, that help to manage python environments
https://github.com/georgiifirsov/env-plus

bash environment python-env-automation python3 venv zsh

Last synced: 10 days ago
JSON representation

Set of simple scripts, that help to manage python environments

Awesome Lists containing this project

README

        

# env-plus

Set of simple scripts, that help to manage python environments:

- `mkenv env` - creates an environment with name "env" in `$ENVS` folder
- `rmenv env` - removes an environment with name "env" from `$ENVS` folder
- `runenv 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

---

### TODO

- Improve installation script
- Improve attach/detach mechanism