How do I set the path


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers How do I set the path
# 1  
Old 02-18-2011
How do I set the path

Very new to this type of thing so go easy on me.......

I have downloaded a command language for data display.
It came as ncl_ncarg-5.2.1.MacOS_10.6_i386_64bit_gcc421.tar.gz and I unzipped/tarred it into my local directory.
The new directory, ncl_ncarg-5.2.1.MacOS_10.6_i386_64bit_gcc421, contained three sub directories, bin, include and lib. The bin directory seems to contain the executables.
One of the executables is the command ncl, to use this (according to website where I got it) is simply,
ncl filename.ncl
I have a suitable file on my desktop and cd to the desktop but just get a command not found error when I try. I think this is something to do with the path, but am not sure how to set it or what to set it to.
Any help greatly appreciated.......Smilie
# 2  
Old 02-18-2011
You could try adding the path to that "bin" directory in your .profile

In your home directory, edit .profile
Code:
PATH=$PATH:/whereever_you_installed_it/bin

# 3  
Old 02-18-2011
Quote:
Originally Posted by scottn
You could try adding the path to that "bin" directory in your .profile

In your home directory, edit .profile
Code:
PATH=$PATH:/whereever_you_installed_it/bin

Where in the text does it go or does it matter?
The text is as follows,

Code:
# Setting PATH for MacPython 2.6
# The orginal version is saved in .bash_profile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/2.6/bin:${PATH}"
export PATH

##
# Your previous /Users/davidcraig/.bash_profile file was backed up as /Users/davidcraig/.bash_profile.macports-saved_2010-09-08_at_08:32:33
##

# MacPorts Installer addition on 2010-09-08_at_08:32:33: adding an appropriate PATH variable for use with MacPorts.
export PATH=/opt/local/bin:/opt/local/sbin:$PATH
# Finished adapting your PATH environment variable for use with MacPorts.

# 4  
Old 02-18-2011
You should put your new software's bin at the end:

Code:
PATH=$PATH:.....

(that way any executables in that directory won't take precedence over system commands, for example)
# 5  
Old 02-18-2011
thanks
# 6  
Old 02-19-2011
This is driving me nutsSmilieSmilieSmilie

As said before I am trying to install ncl, by following these instructions

Set up instructions for NCL say to set the NCARG_ROOT environment variable for NCL if installed to /usr/local/bin and /usr/local/lib, then NCARG_ROOT should be set to /usr/local.

On my mac they are located at Users/davidcraig/ncl_ncarg/bin and Users/davidcraig/ncl_ncarg/lib so I set it as follows
Code:
export NCARG_ROOT=/Users/davidcraig/ncl_ncarg

it also says to add NCARG_ROOT/bin to the search path, so in .bash_profile I changed
Code:
export PATH=/opt/local/bin:/opt/local/sbin:$PATH

to
Code:
export PATH=/opt/local/bin:/opt/local/sbin:$NCARG_ROOT/bin:$PATH

there is also a test to see if the display environment variable is set correctly (xeyes) it worked fine.
Also a file for customizing the graphics was copied to the home directory again no problems.

to run ncl I should just have to type ncl at the command line. It doesnt work, but if I cd to the directory with the executables and use ./ncl it works, what am I doing wrong??????Smilie
# 7  
Old 02-19-2011
After you have changed the PATH in your .profile file you need to either source the file or log out and in again. To source the file:
Code:
cd
. ./.profile

Andrew
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Path set

Something changed on my unix box. Now when I log in it is showing entire path. It used to show only $ prompt before. I know I need to do something in .profile to show only $ prompt Could you please tell me what I should do, to show only $ prompt. (4 Replies)
Discussion started by: raopatwari
4 Replies

2. UNIX for Dummies Questions & Answers

PATH set but I can't find where!!!!

Hi, Can anybody help with this? When I log into my user account on my box via ssh and then instantly perform an env command I see that my path has been set as follows: PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin My user account uses the ksh shell. In my home directory there is no... (7 Replies)
Discussion started by: Donkey25
7 Replies

3. Solaris

How to set path for a command

Hi all, I am trying ping command in SUN v240 server but it is not working but when i am using the full path /usr/sbin/ping <ip address> then it is working. how to set the path of ping command so that by simply typing ping <ip address> it should work ? Plz help me out:( (7 Replies)
Discussion started by: saurabh84g
7 Replies

4. Solaris

Not Able to Set the path

Hi, I want to set the path for my application so I am setting the path as below -- PATH=${PATH}:.:/envs/mldev/tools:/envs/mldev/common/tools:${HOME}:/bin/p4v:/usr/j2se:/usr/j2se/bin:/usr/j2se/lib or PATH="\ /usr/bin:\ /usr/sbin:\ /usr/dt/bin:\ ... (7 Replies)
Discussion started by: smartgupta
7 Replies

5. UNIX for Dummies Questions & Answers

Set java Path

Hey eveyone, I am new to unix, and I just installed java 6, however it doesn't recognize javac command I tried to set the path such as: set path="/usr/java/jdk1.6.0_06/bin/ but i still got the same error message. any ideas? -andi (1 Reply)
Discussion started by: adtd8
1 Replies

6. UNIX for Dummies Questions & Answers

how to set man path

hi, I m not able to see manual page of any commmand in my linux system. every time if i m typing $man <comand> it is showing the no manual entry . I think the man path is not set properrly . could any one tell me how to get the man pages location in the system so that i can set it.... (1 Reply)
Discussion started by: useless79
1 Replies

7. UNIX for Dummies Questions & Answers

How to set a path for a command?

Hi, I install java at Fedora Core. So to run any java applications i have to write the complety path. For example, /usr/java/jre1.5.0_11/bin/java "javafile" I want to write only "java" but it said "command not found". How i fix this? Thank you very much Lakis (4 Replies)
Discussion started by: Lakis
4 Replies

8. UNIX for Dummies Questions & Answers

set variable PATH

Hi, i know that this topic discussed for many times but although i had researched them i couldnt succeed in my problem. i am following a step-by-step instruction guide and must do the following: ------------- To ensure access, set the path PATH $ORACLE_HOME/perl/bin:$PATH and set the Perl... (2 Replies)
Discussion started by: merope
2 Replies

9. Solaris

set path

hi how do i change the default PATH in my system. i log in as root, and i have .profile file in my / directory. ive put the PATH=.:/usr.......... statement, but that doesnt seem to be working i also wanted to know why exactly we need the profile file in etc? (6 Replies)
Discussion started by: strider
6 Replies

10. UNIX for Dummies Questions & Answers

Set PATH using a script

I am a corporate user of Solaris ?? I have to write a lot of scripts to do little repetitive actions. To make this easier I would like to set the PATH so that I do not have to type ./ first before the script name. Is there an easy script that will allow me to set this path when I log in??? ... (2 Replies)
Discussion started by: jagannatha
2 Replies
Login or Register to Ask a Question