Skip to content

This utility provides user interactable venv creation with automatic dependency installation.

License

Notifications You must be signed in to change notification settings

ZechariahB/zvenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Zvenv

This is a utility I made specificially to make setting up a venv easier. Venv creation is handled for you if you install zvenv. Run python3 -m zvenv --help for more information.

Be aware that you require venv. On Linux, install it through your package manager if it is missing.

Pypi

It is not yet available on pypi.

Release

Download a release file. Locate either the .whl or .tar.gz file.

pip install --user PASTE_ITS_PATH_HERE

Source code

Pull it from https://github.com/ZechariahB/zvenv.git

You may require build.

pip install --upgrade build

No pip with dnf (Fedora)

sudo dnf install python3-build

Installing with pip will automatically attempt to build a package and install it if possible. -e allows the source code to be easily editable.

pip install --user -e PASTE_PATH_TO_ZVENV_HERE

Go into the directory of this project. Once you make final changes, you can build a package to distribute.

python3 -m build

About

This utility provides user interactable venv creation with automatic dependency installation.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages