Volta: Uninstall notion

Created on 8 Feb 2019  路  2Comments  路  Source: volta-cli/volta

How can I get rid of notion?

Most helpful comment

We haven't yet tackled creating an uninstaller for Notion, so to remove it manually, you'll need to do the following steps:

  1. Remove the ~/.notion directory
  2. Remove the following lines from your shell profile (~/.bash_profile, ~/.bashrc, or ~/.zshrc):

    export NOTION_HOME="$HOME/.notion"
    [ -s "$NOTION_HOME/load.sh" ] && \. "$NOTION_HOME/load.sh"
    
    export PATH="${NOTION_HOME}/bin:$PATH"
    

All 2 comments

We haven't yet tackled creating an uninstaller for Notion, so to remove it manually, you'll need to do the following steps:

  1. Remove the ~/.notion directory
  2. Remove the following lines from your shell profile (~/.bash_profile, ~/.bashrc, or ~/.zshrc):

    export NOTION_HOME="$HOME/.notion"
    [ -s "$NOTION_HOME/load.sh" ] && \. "$NOTION_HOME/load.sh"
    
    export PATH="${NOTION_HOME}/bin:$PATH"
    

Thank you.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

olivier-martin-sf picture olivier-martin-sf  路  5Comments

ProLoser picture ProLoser  路  5Comments

Stanzilla picture Stanzilla  路  3Comments

timsuchanek picture timsuchanek  路  4Comments

chriskrycho picture chriskrycho  路  5Comments