diff --git a/makepanda/installpanda.py b/makepanda/installpanda.py index dcb18a72bf..529913aadf 100644 --- a/makepanda/installpanda.py +++ b/makepanda/installpanda.py @@ -322,3 +322,8 @@ if (__name__ == "__main__"): outputdir=options.outputdir, python_versions=ReadPythonVersionInfoFile()) print("Installation finished!") + + if not destdir: + warn_prefix = "%sNote:%s " % (GetColor("red"), GetColor()) + print(warn_prefix + "You may need to call this command to update the library cache:") + print(" sudo ldconfig")