workenv
wrknv.wenv.workenv
¶
Workenv Management¶
Manages wrknv's own virtual environment.
Classes¶
WorkenvManager
¶
Manages wrknv's own workenv virtual environment.
Functions¶
create_workenv
classmethod
¶
Create a new workenv virtual environment.
Source code in wrknv/wenv/workenv.py
generate_env_scripts
classmethod
¶
Generate env.sh and env.ps1 scripts for the workenv.
Source code in wrknv/wenv/workenv.py
get_workenv_name
classmethod
¶
Get the workenv name for current platform.
Source code in wrknv/wenv/workenv.py
get_workenv_path
classmethod
¶
Get the path to the workenv directory.
setup_workenv
classmethod
¶
Complete workenv setup including creation and scripts.