Heysan,
Jeg er ny i linux. Jeg kører Kubuntu med KDE 3.5 og skal have sat følgende linie ind i min ~/.profile:
export PATH="$PATH:/var/lib/gems/1.8/bin
Jeg har åbnet filen ved at lave en "sudo emacs ~/.profile" og indsæt overstående på næstesidste linie som det ses her:
# ~/.profile: executed by the command interpreter for login shells.
# This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login
# exists.
# 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/profile
#umask 022
# if running bash
if [ -n "$BASH_VERSION" ]; then
# include .bashrc if it exists
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
fi
# set PATH so it includes user's private bin if it exists
if [ -d ~/bin ] ; then
PATH=~/bin:"${PATH}"
export PATH="$PATH:/var/lib/gems/1.8/bin"
fi
Jeg tror dog ikke jeg har gjort dette helt korrekt, for det virker ikke som om at den kan finde den kommando som ligger under denne mappe.
Hvordan skal min ~/.profile se ud for at denne linie er tilføjet korrekt?
På forhånd tak,
//Trøjborg
Indlæg senest redigeret d. 10.02.2008 18:13 af Bruger #13227