|
@@ -322,3 +322,8 @@ if (__name__ == "__main__"):
|
|
|
outputdir=options.outputdir,
|
|
outputdir=options.outputdir,
|
|
|
python_versions=ReadPythonVersionInfoFile())
|
|
python_versions=ReadPythonVersionInfoFile())
|
|
|
print("Installation finished!")
|
|
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")
|