Skip to content

Set of simple scripts, that help to manage python environments

License

Notifications You must be signed in to change notification settings

GeorgyFirsov/env-plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Set of simple scripts, that help to manage python environments

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages