Score:0

Error found when loading /home/[username]/.profile

tr flag

I’ve been setting up my computer, having not used Ubuntu before, and after restarting it I’m presented with this error.

error

The mouse is not always visible to click the “ok” button, so I have to turn the computer off and on again several times until there’s a pointer.

I have not edited .profile, but just in case here is it’s contents:

# 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

# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/.local/bin" ] ; then
    PATH="$HOME/.local/bin:$PATH"
fi

export PATH="$HOME/.poetry/bin:$PATH"

What can I do to fix this issue?

George Willcox avatar
tr flag
@Nmath outside of installing software via Ubuntu Software, I've just cloned a git repo, then installed and activated kubernetes.
Nmath avatar
ng flag
I suggest adding more details about exactly what steps you took, since the error references kubernetes
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.