Due to the lapse in federal government funding, NASA is not updating this website. We sincerely regret this inconvenience.
NASA Logo
Ocean Color Science Software

ocssw V2022
seadasutils.setupenv Namespace Reference

Functions

def env (self)
 
def build_executable_path (prog_name)
 

Variables

 curdir
 

Function Documentation

◆ build_executable_path()

def seadasutils.setupenv.build_executable_path (   prog_name)
Returns the path to the program named in prog_name as a pathlib Path object.
None is returned if the program is not found.

Definition at line 74 of file setupenv.py.

◆ env()

def seadasutils.setupenv.env (   self)
A simple module to populate some important environment variables

Definition at line 7 of file setupenv.py.

Variable Documentation

◆ curdir

curdir

Definition at line 64 of file setupenv.py.