Conda/Anaconda Usage

Lingling Yang
1 min readJul 12, 2019

--

  1. Change the anaconda start path

(1) search for “Anaconda Prompt”

(2) right click “Anaconda Prompt” and choose “Open File Location”

(3) Right click the “Anaconda Prompt” shortcut, choose “Properties”

(4) adjust the starting dir in the “Start in” box. (default: %HOMEPATH%)

2. Managing Environment

ref: https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#viewing-a-list-of-your-environments

  • List your environments
$ conda env list
  • Remove an environment
$ conda remove --name envname --all

or

$ conda env remove --name crawler

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

No responses yet

Write a response