pylab_ml.common.environment
This script contains functions to handle the environment, such as inserting paths to sys.path and getting environment variables. It also includes a function to replace environment variables in a dictionary with their values.
Functions
|
Check if the given path name is a network path on Windows and adjust it if necessary. |
|
Get the value of an environment variable and adjust it for network paths on Windows if necessary. |
|
Insert a path into sys.path if it does not already exist. |
|
Recursively replace environment variables in a dictionary with their values. |