error found when loading/home/etc/.profile:

1. error found when loading/home/etc/.profile:

antonio emerson cirino da silva
emrson

(usa XUbuntu)

Enviado em 05/05/2019 - 18:30h

quando abro o terminal fica assim

bash: export: `=': não é um identificador válido
bash: export: `/home/emerson': não é um identificador válido
bash: export: `/': não é um identificador válido
bash: export: `.virtualenvs': não é um identificador válido
bash: export: `=': não é um identificador válido
bash: export: `/': não é um identificador válido
bash: export: `/': não é um identificador válido
bash: export: `/': não é um identificador válido
bash: source: /: é um diretório
emerson@emerson-S14BW01:~$


alguém poderia me ajudar com isso????


  


2. Re: error found when loading/home/etc/.profile:

Paulo Jr
Pebis

(usa Debian)

Enviado em 05/05/2019 - 20:36h


O que fez pra ficar assim? Dá uma olhada no seu arquivo .profile. Abre um terminal e digita

cat .profile


3. Re: error found when loading/home/etc/.profile:

antonio emerson cirino da silva
emrson

(usa XUbuntu)

Enviado em 05/05/2019 - 20:56h

# the files are located in the bash-doc package.

# the default umask is set in /etc/profile; for setting the umask
# for ssh logins, install and configure the libpam-umask package.
#umask 022

# if running bash
if [ -n "$BASH_VERSION" ];
then
# include .bashrc if it exists
if [ -f "$HOME/.bashrc" ];
then
. "$HOME/.bashrc"
fi
fi
# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/bin" ] ;
then
PATH="$HOME/bin:$PATH"
fi



export PATH=$PATH:$HOME



ele ficou assim dps de instalar o opencv .-. (antes de terminar de instalar ficou assim)



4. Re: error found when loading/home/etc/.profile:

Paulo Jr
Pebis

(usa Debian)

Enviado em 05/05/2019 - 21:18h


Não sei configurar o .profile mas seu problema deve estar nessa última linha

export PATH=$PATH:$HOME

tenta comentá-la para ver o que acontece.


5. Re: error found when loading/home/etc/.profile:

antonio emerson cirino da silva
emrson

(usa XUbuntu)

Enviado em 05/05/2019 - 21:35h

emerson@emerson-S14BW01:~$ PATH="$HOME/bin:$PATH"
emerson@emerson-S14BW01:~$


n sei se foi exatamente isso q vc pediu
sou novato no linux


6. Re: error found when loading/home/etc/.profile:

aguamole
aguamole

(usa KUbuntu)

Enviado em 05/05/2019 - 22:02h

Comentario em arquivo de configuração é feito com o sinal ( # ) no inicio.
ele esta dizendo para você abrir o arquivo .profile com um editor de texto e colocar # no inicio.
Igual esta nessa linha:
# the files are located in the bash-doc package.
Ela esta comentado no inicio com #

Comando para editar:
nano .profile

CPU Q6600 GTX 750 SofRaid 4xSSD 4Gb DDR2 mesmo assim uso Lubuntu.






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts