Oh, yeah, path. Makes sense.
-----Original Message-----
From: MIDRANGE-L <midrange-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of Jack Woehr
Sent: Wednesday, April 17, 2019 2:18 PM
To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxxxxxxxx>
Subject: Re: RFE: Document how to migrate from 5733OPS to preferred distributions
No need. I haven't removed anything. I just path my shell session the way I want it.
It's perfectly cromulent in the Unix world to have directories full of different versions of the same commands and control which ones you are getting by your path.
I've even kept around the old path, later in my path, in case I invoke something I need that I've forgetten to yum. Probably stupid, I should remove that path element.
$ cat .bashrc
ANT_HOME=/opt/apache-ant-1.10.1
UBLU_HOME=/opt/ublu
PKGS=/QOpenSys/pkgs
PATH=$PKGS/bin:/QOpenSys/usr/bin:/QOpenSys/QIBM/ProdData/OPS/tools/bin:$PKGS/lib/nodejs8/bin:$PATH:$ANT_HOME/bin
export ANT_HOME UBLU_HOME PATH
alias mc='LC_ALL=EN_US.UTF-8 /QOpenSys/pkgs/bin/mc -c $*'
TERM=xterm
export TERM
export PS1='\u@\h:\w\$ '
On Wed, Apr 17, 2019 at 12:14 PM Rob Berendt <rob@xxxxxxxxx> wrote:
Possibly dangerous idea but...
Couldn't you just use a symbolic link to fix those?
--
Jack Woehr
Absolute Performance, Inc.
12303 Airport Way, Suite 100
Broomfield, CO 80021
NON-DISCLOSURE NOTICE: This communication including any and all attachments is for the intended recipient(s) only and may contain confidential and privileged information. If you are not the intended recipient of this communication, any disclosure, copying further distribution or use of this communication is prohibited. If you received this communication in error, please contact the sender and delete/destroy all copies of this communication immediately.
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxx for any subscription related questions.
Help support midrange.com by shopping at amazon.com with our affiliate link:
https://amazon.midrange.com
As an Amazon Associate we earn from qualifying purchases.