a GX-flavored venv wrapper
Project description
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/"
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gxenv-0.2.1.tar.gz
(4.3 kB
view details)
File details
Details for the file gxenv-0.2.1.tar.gz.
File metadata
- Download URL: gxenv-0.2.1.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
01feb4c65a913154d2c900b02b31223d603df37cecb496e7b33e742a9eb51d6b
|
|
| MD5 |
d7f1cdf6a7314de70183f239e253d393
|
|
| BLAKE2b-256 |
ea8748f530214a1843319a83a381b9c295419f9d8a433f59a7963392677a6ffc
|