“Variável de ambiente Linux Path” Respostas de código

Linux Adicionar ao caminho

export PATH=$PATH:/place/with/the/file
Amused Albatross

Variável de ambiente Linux Path

#Ubuntu 20.04:
# echo 'export PATH=$PATH:/path/to/directory/here' >> ~/.bashrc 
echo 'export PATH=$PATH:$HOME/Android/Sdk/emulator' >> ~/.bashrc
#It's better to put $PATH at the beginning that way
#the new path environment variable will append to the old one
#update current shell
source ~/.bashrc
Skynet

Respostas semelhantes a “Variável de ambiente Linux Path”

Perguntas semelhantes a “Variável de ambiente Linux Path”

Mais respostas relacionadas para “Variável de ambiente Linux Path” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código