Reader small image

You're reading from  Building Data Science Solutions with Anaconda

Product typeBook
Published inMay 2022
PublisherPackt
ISBN-139781800568785
Edition1st Edition
Concepts
Right arrow
Author (1)
Dan Meador
Dan Meador
author image
Dan Meador

Dan Meador is an Engineering Manager at Anaconda and is the creator of Conda as well as a champion of open source at Anaconda. With a history of engineering and client facing roles, he has the ability to jump into any position. He has a track record of delivering as a leader and a follower in companies from the Fortune 10 to startups.
Read more about Dan Meador

Right arrow

Using advanced conda info and settings

There are many layers to conda, and we've just covered the ones you will use first. There are many other operations that you'll find extremely useful and that will, in turn, enable you to work much more easily.

Let's cover how you can find out where conda is looking for its operations and set up a settings file to keep your preferred way of using conda intact through multiple sessions.

Using conda info to see configuration information

You will find yourself troubleshooting and needing to reference where conda looks for certain settings, and for this, conda info has you covered.

Let's run conda info in our ch_3_env environment and see what we get. Some of the output here has been omitted to keep the code a bit more concise:

conda info 
    active environment : base
    active env location : C:\Users\Dan\anaconda3
       user config file...
lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Building Data Science Solutions with Anaconda
Published in: May 2022Publisher: PacktISBN-13: 9781800568785

Author (1)

author image
Dan Meador

Dan Meador is an Engineering Manager at Anaconda and is the creator of Conda as well as a champion of open source at Anaconda. With a history of engineering and client facing roles, he has the ability to jump into any position. He has a track record of delivering as a leader and a follower in companies from the Fortune 10 to startups.
Read more about Dan Meador