Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/georgiifirsov/env-plus
- Owner: GeorgiiFirsov
- License: mit
- Created: 2023-03-19T19:11:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-19T21:21:41.000Z (over 1 year ago)
- Last Synced: 2024-08-10T04:23:13.352Z (3 months ago)
- Topics: bash, environment, python-env-automation, python3, venv, zsh
- Language: Shell
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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