Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2dcec0c

Browse files
committed
Quick build: clarify that you have to do "make install" as root; OS
info: add info about Red Hat's python and python2.
1 parent 2cec354 commit 2dcec0c

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

README

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,12 @@ If you don't read instructions
4141
Congratulations on getting this far. :-)
4242

4343
To start building right away (on UNIX): type "./configure" in the
44-
current directory and when it finishes, type "make". The section
45-
`Build Instructions' below is still recommended reading, especially
46-
the part on customizing Modules/Setup.
44+
current directory and when it finishes, type "make". This creates an
45+
executable "./python"; to install in /usr/local, first do "su root"
46+
and then "make install".
47+
48+
The section `Build Instructions' below is still recommended reading,
49+
especially the part on customizing Modules/Setup.
4750

4851

4952
What is Python anyway?
@@ -245,6 +248,13 @@ Linux: A problem with threads and fork() was tracked down to a bug in
245248
Modules/Setup, or comment out the crypt module in the same
246249
file. Most modern Linux systems use glibc2.
247250

251+
Red Hat Linux: There's an executable /usr/bin/python which is Python
252+
1.5.2 on most Red Hat installations; several key Red Hat tools
253+
require this version. Python 2.1.x may be installed as
254+
/usr/bin/python2. The Makefile installs Python as
255+
/usr/local/bin/python, which may or may not take precedence
256+
over /usr/bin/python, depending on how you have set up $PATH.
257+
248258
FreeBSD 3.x and probably platforms with NCurses that use libmytinfo or
249259
similar: When using cursesmodule, the linking is not done in
250260
the correct order with the defaults. Remove "-ltermcap" from

0 commit comments

Comments
 (0)