Skip to content

groove-x/gxenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gxenv

A venv wrapper to manage envs in one place, with a convenient CLI.

How to use

Plain venv does not provide how to manage envs exist in the system.

Gxenv provides you a simple CLI to:

  • Create env
  • List envs
  • Purge envs
  • Find an executable in an env
  • Run an executable in an env with arguments

Created envs resides in one place and the path is configured by a config. Possible choice of config place are ~/.config/gxenv/config.json and /etc/gxenv/config.json.

Example of config.json

Here is an example of config which declares the env path.

{
    "env_base": "/var/lib/python3/envs/"
}

About

A venv wrapper to manage envs in one place, with a convenient CLI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors