Changeset e9ef7b5e


Ignore:
Timestamp:
06/20/2004 10:00:15 PM (20 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c7602f29
Parents:
2bb6d0a0
Message:

Set inital PATH in profile script

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2356 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r2bb6d0a0 re9ef7b5e  
    1 <!ENTITY version      "cvs-20040620">
    2 <!ENTITY releasedate  "June 20th, 2004">
    3 <!ENTITY pubdate      "2004-06-20">       <!-- metadata req. by TLDP -->
    4 <!ENTITY blfs-version "cvs">              <!-- cvs|[release #] -->
    5 <!ENTITY lfs-version  "stable">           <!-- stable|testing|unstable] -->
    6 <!ENTITY last-commit  "Sun Jun 13 10:08:20 CDT 2004">
     1<<<<<<< general.ent
     2<!ENTITY day          "20">
     3<!ENTITY month        "06">
     4<!ENTITY year         "2004">
     5<!ENTITY version      "cvs-&year;&month;&day;">
     6<!ENTITY releasedate  "June &day;th, &year;">
     7<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
     8<!ENTITY blfs-version "cvs">                  <!-- cvs|[release #] -->
     9<!ENTITY lfs-version  "stable">               <!-- stable|testing|unstable] -->
     10<!ENTITY last-commit  "Sun Jun 20 10:08:20 CDT 2004"> <!-- Need to set up auto update for this -->
    711
    812<!ENTITY maintainer-fullname  "Bruce Dubbs">
  • general/prog/python.xml

    r2bb6d0a0 re9ef7b5e  
    1919<sect2>
    2020<title>Introduction to <application>Python</application></title>
    21                                                                                
     21
    2222<para>The <application>Python</application> package contains the
    2323<application>Python</application> development environment.
    2424This is useful for object-oriented programming, writing scripts,
    2525prototyping large programs or developing entire applications.</para>
    26                                                                                
     26
    2727<sect3><title>Package information</title>
    2828<itemizedlist spacing='compact'>
     
    3333<listitem><para>Estimated build time: &Python-time;</para></listitem></itemizedlist>
    3434</sect3>
    35                                                                                
     35
    3636<sect3><title>Additional downloads</title>
    3737<itemizedlist spacing='compact'>
     
    4040</itemizedlist>
    4141</sect3>
    42                                                                                
     42
    4343<sect3><title><application>Python</application> dependencies</title>
    4444<sect4><title>Optional</title>
     
    4949</sect3>
    5050
    51 </sect2>                                                                               
     51</sect2>
    5252
    5353<sect2>
    5454<title>Installation of <application>Python</application></title>
    55                                                                                
    56 <para>Install <application>Python</application> by running the following 
     55
     56<para>Install <application>Python</application> by running the following
    5757commands:</para>
    58                                                                                
     58
    5959<screen><userinput><command>patch -Np1 -i ../Python-&Python-version;-gdbm-1.patch &amp;&amp;
    6060./configure --prefix=/usr --enable-shared &amp;&amp;
    6161make &amp;&amp;
    6262make install</command></userinput></screen>
    63                                                                                
     63
    6464</sect2>
    6565
     
    6767<title>Command explanations</title>
    6868
    69 <para><option>--with-libm=-lgmp</option>: Use this switch to enable 
    70 <application>Python</application> to use the <application>GMP</application> 
     69<para><option>--with-libm=-lgmp</option>: Use this switch to enable
     70<application>Python</application> to use the <application>GMP</application>
    7171math library.</para>
    7272
     
    7575<sect2>
    7676<title>Contents</title>
    77                                                                                
    78 <para>The <application>Python</application> package contains 
    79 <command>python</command>, <command>pydoc</command> and 
    80 <application>Python</application> libraries, modules and scripts. If 
    81 <application>Tk</application> is installed, the <command>idle</command> 
     77
     78<para>The <application>Python</application> package contains
     79<command>python</command>, <command>pydoc</command> and
     80<application>Python</application> libraries, modules and scripts. If
     81<application>Tk</application> is installed, the <command>idle</command>
    8282script will also be installed.</para>
    83                                                                                
     83
    8484</sect2>
    85                                                                                
     85
    8686<sect2><title>Description</title>
    87                                                                                
     87
    8888<sect3><title>python</title>
    89 <para><command>python</command> is an interpreted, interactive, 
     89<para><command>python</command> is an interpreted, interactive,
    9090object-oriented programming language.</para></sect3>
    91                                                                                
     91
    9292<sect3><title>pydoc</title>
    93 <para><command>pydoc</command> is the <application>Python</application> 
     93<para><command>pydoc</command> is the <application>Python</application>
    9494documentation tool.</para></sect3>
    95                                                                                
     95
    9696<sect3><title>idle</title>
    97 <para><command>idle</command> is a wrapper script that opens a 
    98 <application>Python</application> aware <acronym>GUI</acronym> 
     97<para><command>idle</command> is a wrapper script that opens a
     98<application>Python</application> aware <acronym>GUI</acronym>
    9999editor.</para></sect3>
    100                                                                                
     100
    101101</sect2>
    102102
  • introduction/welcome/changelog.xml

    r2bb6d0a0 re9ef7b5e  
    1818
    1919<itemizedlist>
     20
     21<listitem><para>June 20th, 2004 [bdubbs]: Fixed profile script to initialize
     22PATH properly.</para></listitem>
    2023
    2124<listitem><para>June 20th, 2004 [randy]: Added FTP download location to
  • postlfs/config/profile.xml

    r2bb6d0a0 re9ef7b5e  
    106106}
    107107 
     108
     109# Set the initial path
     110export PATH=/bin:/usr/bin
     111
    108112if [ $EUID -eq 0 ] ; then
     113        pathappend /sbin:/usr/sbin
    109114        unset HISTFILE
    110115fi
Note: See TracChangeset for help on using the changeset viewer.