summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTushar Gohad <tushar.gohad@intel.com>2015-03-13 00:25:53 -0700
committerTushar Gohad <tushar.gohad@intel.com>2015-03-13 00:58:49 -0700
commitc58c397000ef69648dd55fda4ce9c01ce46c657c (patch)
treef7d65933e5b92f095512e5b799dceea54c1f0a66
parent4170ed61b504376ce8d68713d339274f53bd0044 (diff)
downloadpyeclib-c58c397000ef69648dd55fda4ce9c01ce46c657c.tar.gz
Emphasize the 'ldconfig' step in README
-rw-r--r--README4
-rw-r--r--setup.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 5824690..c9b220b 100644
--- a/README
+++ b/README
@@ -169,9 +169,9 @@ Quick Start
/etc/ld.so.conf
- and then run::
+ and then make sure to run::
- $ ldconfig
+ $ sudo ldconfig
References
diff --git a/setup.py b/setup.py
index da34181..3d6aab5 100644
--- a/setup.py
+++ b/setup.py
@@ -236,7 +236,7 @@ class install(_install):
print("** Any user using this library must update: ")
print("** %s" % ldpath_str)
print("** ")
- print("** The best way to do this is to put this line: ")
+ print("** Run 'ldconfig' or place this line: ")
print("** export %s=%s" % (ldpath_str, "%susr/local/lib"
% installroot))
print("** ")