Cale de export

Exemple de cod

11
0

linux adaugă la cale

export PATH=$PATH:/place/with/the/file
0
0

adaugă la cale la cale


FOR MAC:

 1º - Open Finder
 2º - Choose Go > Go to folder
 3º - Go to ~/Library/
 4º - Look for hidden files: Cmd + Shift + . (dot) 
 5º - Depending on the shell you use, the file can be .bash_profile, or .bashrc, or .zshrc, ...
 6º - Open that file in the text editor
 7º - Add the new path like: export PATH="$PATH:"User/new_path/..."
 8º - Test in your command line if it worked: echo $PATH
 
0
0

cum să exportați o cale

export AMBERHOME=/programs/amber18  # set of folders
export PATH=$AMBERHOME:$PATH  #define the path

#better to add these in bashrc file
0
0

obțineți prima cale în variabila path env

echo ${PATH%%:*}
-1
0

cum se adaugă un director la calea în linux

nano ~/.bashrc

În alte limbi

Această pagină este în alte limbi

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................