--- Quote Start ---
originally posted by hippo@Apr 4 2007, 12:16 AM
after you change the .bashprofile, you need to logout and login again.
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=22782)
--- quote end ---
--- Quote End ---
thanks, hippo.but i still can't run the command "nios2-linux-uclibc-gcc -v" after logining again. and my .bash_profile's content is :
======================================# ~/.bash_profile: executed by bash(1) for login shells.# see /usr/share/doc/bash/examples/startup-files for examples.# the files are located in the bash-doc package.
# the default umask is set in /etc/login.defs# umask 022
# include .bashrc if it exists
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# set PATH so it includes user's private bin if it exists
if [ -d ~/bin ] ; then
PATH=~/bin:"${PATH}"
fi
PATH=$PATH:/opt/nios2/bin:$HOME/bin
=======================================
is there any problem whit it? hope you can help me ,thanks!
by the way, my linux-OS is Ubuntu6.1