Module azcam.start

Startup script for azcam.

For installations, this is the "azcam" command.

Functions

def main()

Method for the azcam command. Required argument is a startup script name. Local optional arguments are: -venv path_to_ve_activation_script -python system_python_command (default is ipython) may include python options in quotes (e.g. "ipython –profile azcamserver")

Usage example: azcam azcam_xxx.start -venv ve_activation_path -python python3

def start()

Method called from azcam.main.py