mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 00:06:44 -04:00
installpanda: add note about needing to call "sudo ldconfig"
This note only appears when not using --destdir This should help avoid user confusion (such as in #818) [skip ci]
This commit is contained in:
parent
b6161a68ad
commit
02b0fe0063
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user