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)¶ 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.move_old_libstdcpp()¶ Moves libstdc++.so.6 out of mmshare lib directory if system libstdc++ is newer than the mmshare version.
-
schrodinger.utils.postinstall.get_lib_dir()¶
-
schrodinger.utils.postinstall.create_config_dir()¶ Create $SCHRODINGER/config
-
schrodinger.utils.postinstall.get_disabled_lib_dir()¶
-
schrodinger.utils.postinstall.should_copy_featureflags(args)¶
-
schrodinger.utils.postinstall.parse_args(argv=None)¶
-
schrodinger.utils.postinstall.main(argv=None)¶