Skip to content

Instantly share code, notes, and snippets.

@AIAnytime
Last active July 17, 2022 03:37
Show Gist options
  • Save AIAnytime/7568863a07723d30e6bff255990f0235 to your computer and use it in GitHub Desktop.
Save AIAnytime/7568863a07723d30e6bff255990f0235 to your computer and use it in GitHub Desktop.
This file contains instruction to start with Anaconda in Ubuntu.
## How to activate anaconda from terminal?
1. open terminal and write:
```
conda activate
```
It will show base activated succesfully.
## How to deactivate anaconda from terminal?
```
conda deactivate
```
## How to start Anaconda navigator from terminal?
```
conda activate
anaconda navigator
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment