Enviado em 28/06/2018 - 00:12h
Pessoal, podem me dar uma ajuda?Enviado em 28/06/2018 - 19:17h
Não precisa mexer nesse arquivo, o faça no .bashrc, Tome como exemplo a melhor resposta desse post:Enviado em 28/06/2018 - 17:01h
vc guardou seu arquivo /etc/profile? se sim, poste aqui a saída de:$ cat /etc/profile
Enviado em 28/06/2018 - 17:29h
Opa, obrigado pelo retorno. O arquivo /etc/profile que estou tentando inserir é esse.Enviado em 29/06/2018 - 13:05h
Cara sem palavras.# Begin ~/.bashrc # Written for BLFS-8.2 # by Bruno Santos # Personal aliases and functions. # Personal environment variables and startup programs should go in # ~/.bash_profile. System wide environment variables and startup # programs are in /etc/profile. System wide aliases and functions are # in /etc/bashrc. export PATH=:/usr/sbin:/opt/jdk/bin:/sbin:$PATH if [ -d "$HOME/bin" ]; then PATH="$HOME/bin:$PATH" fi # Set up user specific i18n variables export LANG=pt_BR.utf8 # End ~/.bashrc
# Begin ~/.bash_profile # Written for Beyond Linux From Scratch # by James Robertson <jameswrobertson@earthlink.net> # updated by Bruce Dubbs <bdubbs@linuxfromscratch.org> # Personal environment variables and startup programs. # Personal aliases and functions should go in ~/.bashrc. System wide # environment variables and startup programs are in /etc/profile. # System wide aliases and functions are in /etc/bashrc. if [ -f "$HOME/.bashrc" ] ; then source $HOME/.bashrc fi if [ -d "$HOME/bin" ] ; then pathprepend $HOME/bin fi # Having . in the PATH is dangerous #if [ $EUID -gt 99 ]; then # pathappend . #fi # End ~/.bash_profile
# Begin ~/.profile # Personal environment variables and startup programs. if [ -d "$HOME/bin" ] ; then pathprepend $HOME/bin fi # Set up user specific i18n variables #export LANG=<ll>_<CC>.<charmap><@modifiers> # End ~/.profile
Enviado em 29/06/2018 - 15:28h
# Begin ~/.bashrc # Written for BLFS-8.2 # by Bruno Santos # Personal aliases and functions. # Personal environment variables and startup programs should go in # ~/.bash_profile. System wide environment variables and startup # programs are in /etc/profile. System wide aliases and functions are # in /etc/bashrc. export PATH=:/usr/sbin:/opt/jdk/bin:/sbin:$PATH if [ -d "$HOME/bin" ]; then PATH="$HOME/bin:$PATH" fi # Set up user specific i18n variables export LANG=pt_BR.utf8 # End ~/.bashrc
# Begin ~/.bash_profile # Written for Beyond Linux From Scratch # by James Robertson <jameswrobertson@earthlink.net> # updated by Bruce Dubbs <bdubbs@linuxfromscratch.org> # Personal environment variables and startup programs. # Personal aliases and functions should go in ~/.bashrc. System wide # environment variables and startup programs are in /etc/profile. # System wide aliases and functions are in /etc/bashrc. if [ -f "$HOME/.bashrc" ] ; then source $HOME/.bashrc fi if [ -d "$HOME/bin" ] ; then pathprepend $HOME/bin fi # Having . in the PATH is dangerous #if [ $EUID -gt 99 ]; then # pathappend . #fi # End ~/.bash_profile
# Begin ~/.profile # Personal environment variables and startup programs. if [ -d "$HOME/bin" ] ; then pathprepend $HOME/bin fi # Set up user specific i18n variables #export LANG=<ll>_<CC>.<charmap><@modifiers> # End ~/.profile
Enviado em 01/07/2018 - 18:03h
Gostaria de fazer algo mais detalhado para que outras pessoas não passem por isso, porém meu tempo é bem escasso, tenho vários projetos e estudos, para ter uma noção, as mensagens de tópico digitei tudo me meu horário de almoço kkkEnviado em 01/07/2018 - 19:02h
# $PATH. export PATH=:/sbin:/usr/sbin:/usr/lib/qt/bin:/usr/lib64/java/bin:/usr/lib64/java/jre/bin:/usr/lib64/qt/bin:/usr/lib64/qt5/bin:/usr/share/texmf/bin:$PATH if [ -d "$HOME/bin" ]; then PATH="$HOME/bin:$PATH" fi # Language environment. export LANG=pt_BR.UTF-8
export PATH=$PATH:"/usr/share/texmf/bin"
Criar entrada (menuentry) ISO no Grub
Como gerar qualquer emoji ou símbolo unicode a partir do seu teclado
Instalar o VIM 9.1 no Debian 12
Como saber o range de um IP público?
Muitas dificuldades ao instalar distro Linux em Notebook Sony Vaio PCG-6131L (VPCEA24FM)
Slackpkg+ (Slackpkg Plus) está de volta!
Como dividir duas janelas igualmente e lado-a-lado na sua tela
Como redefinir o diretório Home? (1)
Posso instalar usar o grub sem ter linux instalado, para iniciar o win... (2)
Ocomon 6.0.1 - Problemas ao editar configurações estendidas (6)