schrodinger.utils.postinstall module

This file contains post-installation steps common to all platforms. This allows post installation steps to be tested and used in and outside the installers. Migrate more post-installation steps here in the future.

schrodinger.utils.postinstall.copy_featureflags(featureflags_dir)[source]

Checks the specified directory for a featureflags.json and deploys it to $SCHRODINGER/config.

Parameters

featureflags_dir (str) – path to the directory where the custom featureflags.json is located

schrodinger.utils.postinstall.get_lib_dir()[source]
schrodinger.utils.postinstall.create_config_dir()[source]

Create $SCHRODINGER/config

schrodinger.utils.postinstall.get_disabled_lib_dir()[source]
schrodinger.utils.postinstall.should_copy_featureflags(args)[source]
schrodinger.utils.postinstall.parse_args(argv=None)[source]
schrodinger.utils.postinstall.main(argv=None)[source]