Eu sou meio novo no Ubuntu, eu o instalei recentemente, mas toda vez que eu abro minha sessão, há esta estranha mensagem que aparece.
Então é em francês, mas diz:
error found while charging /home/zagdoun[=user]/.profile
/home/zagdoun/.profile : line 21: -e: command not found
Hence your session will not be configured properly.You should resolve this matter asap.
Para o registro eu instalei o ubuntu através de uma chave usb e não é uma partição.
Além disso, quando uso o Python ou o TensorFlow, recebo esse aviso no terminal:
GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications.
Quando digito cat ~/.profile
, esta é a saída
# ~/.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; 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 directories
PATH="$HOME/bin:$HOME/.local/bin:$PATH"
-e
#ADDED BY SYNCPY2
PATH=/home/zagdoun/anaconda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin