<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: path export and terminal in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/path-export-and-terminal/m-p/2674093#M905962</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Have you updated .dtprofile?&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
    <pubDate>Fri, 01 Mar 2002 05:08:01 GMT</pubDate>
    <dc:creator>Steven Sim Kok Leong</dc:creator>
    <dc:date>2002-03-01T05:08:01Z</dc:date>
    <item>
      <title>path export and terminal</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/path-export-and-terminal/m-p/2674092#M905961</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I know this has been discussed a lot already, but I just don't seem to get this.&lt;BR /&gt;&lt;BR /&gt;I installed the gnome destop recently and gcc. Now when I want to compile something from a terminal window, I have to either set the PATH or type it out completely i.e. /opt/gcc/bin/gcc ..&lt;BR /&gt;&lt;BR /&gt;I've tried editing my .profile, the /etc/profile and /etc/PATH with no success.&lt;BR /&gt;&lt;BR /&gt;Like I said, I know this has been covered a lot, but would one of you mind doing it one more time.. and in DETAIL .. for the slow ones like myself.  Thanks, Bruce</description>
      <pubDate>Fri, 01 Mar 2002 05:04:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/path-export-and-terminal/m-p/2674092#M905961</guid>
      <dc:creator>Bruce Ordway</dc:creator>
      <dc:date>2002-03-01T05:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: path export and terminal</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/path-export-and-terminal/m-p/2674093#M905962</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Have you updated .dtprofile?&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Fri, 01 Mar 2002 05:08:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/path-export-and-terminal/m-p/2674093#M905962</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-03-01T05:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: path export and terminal</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/path-export-and-terminal/m-p/2674094#M905963</link>
      <description>No I haven't but I'll give it a try.&lt;BR /&gt;Do you think it will work with the gnome desktop?</description>
      <pubDate>Fri, 01 Mar 2002 05:13:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/path-export-and-terminal/m-p/2674094#M905963</guid>
      <dc:creator>Bruce Ordway</dc:creator>
      <dc:date>2002-03-01T05:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: path export and terminal</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/path-export-and-terminal/m-p/2674095#M905964</link>
      <description>Hi Bruce,&lt;BR /&gt;&lt;BR /&gt;Open the .dtprofile in $HOME after you login and uncomment the last line in that file which is :&lt;BR /&gt;DTSOURCEPROFILE=true. Exit the session and login again. It works.&lt;BR /&gt;If it still does not work, try . $HOME/.profile&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Raghu.</description>
      <pubDate>Fri, 01 Mar 2002 05:16:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/path-export-and-terminal/m-p/2674095#M905964</guid>
      <dc:creator>Gamoji Raghavendra</dc:creator>
      <dc:date>2002-03-01T05:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: path export and terminal</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/path-export-and-terminal/m-p/2674096#M905965</link>
      <description>Still not working.&lt;BR /&gt;I've don't the /home/bruce/.dtprofile, /home/bruce/.profile and /etc/PATH&lt;BR /&gt;&lt;BR /&gt;What could I be missing?&lt;BR /&gt;&lt;BR /&gt;Do any of you have samples of your files? Maybe mine are wrong.</description>
      <pubDate>Fri, 01 Mar 2002 05:27:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/path-export-and-terminal/m-p/2674096#M905965</guid>
      <dc:creator>Bruce Ordway</dc:creator>
      <dc:date>2002-03-01T05:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: path export and terminal</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/path-export-and-terminal/m-p/2674097#M905966</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Put this in your $HOME/.dtprofile:&lt;BR /&gt;&lt;BR /&gt;DTSOURCEPROFILE=true &lt;BR /&gt;PATH=$PATH:/opt/gcc/bin&lt;BR /&gt;export PATH &lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Fri, 01 Mar 2002 05:33:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/path-export-and-terminal/m-p/2674097#M905966</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-03-01T05:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: path export and terminal</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/path-export-and-terminal/m-p/2674098#M905967</link>
      <description>find / -name "*profile" | xargs grep PATH&lt;BR /&gt;&lt;BR /&gt;It will list all the PATH setting defined in profiles files including .dtporfile ,$HOME/.profile and /etc/profile.&lt;BR /&gt;&lt;BR /&gt;By seeing the output of above command ,we can decide where all to change the path.&lt;BR /&gt;&lt;BR /&gt;Note one more thing that if you are using csh (c shell) then you have to edit the files /etc/csh.login , $HOME/.cshrc and $HOME/.login files as cshell will not mind profile file.&lt;BR /&gt;&lt;BR /&gt;In these files also we can see the path set like,&lt;BR /&gt;&lt;BR /&gt;set path = ($path) &lt;BR /&gt;or&lt;BR /&gt;set path = (/usr/bin /usr/contrib/bin)&lt;BR /&gt;Hope this helps you.&lt;BR /&gt;&lt;BR /&gt;-K.Vijay.</description>
      <pubDate>Fri, 01 Mar 2002 05:40:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/path-export-and-terminal/m-p/2674098#M905967</guid>
      <dc:creator>K.Vijayaragavan.</dc:creator>
      <dc:date>2002-03-01T05:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: path export and terminal</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/path-export-and-terminal/m-p/2674099#M905968</link>
      <description>/etc/d.profile&lt;BR /&gt;/etc/skel/.profile&lt;BR /&gt;/etc/profile&lt;BR /&gt;/usr/newconfig/etc/skel/.profile&lt;BR /&gt;/usr/newconfig/etc/profile&lt;BR /&gt;/usr/newconfig/.profile&lt;BR /&gt;/usr/dt/config/sys.dtprofile&lt;BR /&gt;/opt/gnome/share/abisource/AbiWord/system.profile&lt;BR /&gt;/opt/gnome/share/gnome-print/0.25/profiles/PostscriptOptimized.profile&lt;BR /&gt;/opt/gnome/share/gnome-print/0.25/profiles/pdf.profile&lt;BR /&gt;/.dtprofile&lt;BR /&gt;/home/bruce/.profile&lt;BR /&gt;/home/bruce/.dtprofile&lt;BR /&gt;/home/lauri/.profile&lt;BR /&gt;/home/.dtprofile&lt;BR /&gt;/.profile</description>
      <pubDate>Sat, 02 Mar 2002 01:23:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/path-export-and-terminal/m-p/2674099#M905968</guid>
      <dc:creator>Bruce Ordway</dc:creator>
      <dc:date>2002-03-02T01:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: path export and terminal</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/path-export-and-terminal/m-p/2674100#M905969</link>
      <description>Thankyou all for trying to help me. I never did get this to work. I was starting to get a little irritated so&lt;BR /&gt;I've given up on it for now. It's easy enough for me to type type the full path. Some afternoon I'll try again.&lt;BR /&gt;&lt;BR /&gt;It's the simple things that drive me crazy sometimes.</description>
      <pubDate>Sat, 02 Mar 2002 16:51:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/path-export-and-terminal/m-p/2674100#M905969</guid>
      <dc:creator>Bruce Ordway</dc:creator>
      <dc:date>2002-03-02T16:51:07Z</dc:date>
    </item>
  </channel>
</rss>

