venv_funcs.sh - Virtual Environment Management Functions for Bash Scripts
Function | Description |
---|---|
push_venv | Specialized push the default VENV onto the stack. |
pop_venv | Specialized pop the VENV off the stack and decrement. |
__set_venv_vars | Sets internal VENV variables. |
snum | Force set the VENV Sequence number. |
vpfx | Return the current VENV prefix of a sequenced set. |
vnum | Return the current VENV sequence number. |
vdsc | Return the current VENV description of a sequenced set. |
cact | Change active VENV. |
dact | Deactivate the current VENV. |
pact | Switch to the Previous Active VENV. |
lenv | List All Current VENVs with last modification date. |
lastenv | Retrieve the Last Environment with a Given Prefix. |
benv | Create a New Base Virtual Environment. |
nenv | Create a New Virtual Environment in a Series. |
denv | Delete a Virtual Environment. |
renv | Revert to Previous Virtual Environment. |
ccln | Clone current Virtual Environment |
venvdiff | Compare Two Virtual Environments. |
Website: unixwzrd.ai Github Repo: venvutil Copyright (c) 2024 Michael Sullivan Apache License, Version 2.0
Generated Markdown Documentation Generated on: Generated: 2025 01 03 at 02:39:55