Profile Photo

Getting Started with anaconda

 Starting conda

Verify that conda is installed and running on your system by typing:

(tensorflow) C:\>conda –version
conda 4.5.4

(tensorflow) C:\>

To see a list of all your environments, type:

(tensorflow) C:\>conda info –envs
# conda environments:
#
base C:\Users\raghu\Anaconda3
tensorflow * C:\Users\raghu\Anaconda3\envs\tensorflow

Verify which version of Python is in your current environment:

(tensorflow) C:\>python –version
Python 3.5.5 :: Anaconda, Inc.

Check to see if the newly installed program is in this environment:

(tensorflow) C:\>conda list
# packages in environment at C:\Users\raghu\Anaconda3\envs\tensorflow:
#
# Name Version Build Channel
absl-py 0.2.2 astor 0.7.1 certifi 2018.4.16 py35_0
gast 0.2.0 grpcio 1.13.0 Markdown 2.6.11 numpy 1.14.5 pip 10.0.1 py35_0
protobuf 3.6.0 python 3.5.5 h0c2934d_2
setuptools 39.1.0 setuptools 39.2.0 py35_0
six 1.11.0 tensorboard 1.9.0 tensorflow 1.9.0 tensorflow-gpu 1.9.0 termcolor 1.1.0 vc 14 h0510ff6_3
vs2015_runtime 14.0.25123 3
Werkzeug 0.14.1 wheel 0.31.1 wheel 0.31.1 py35_0
wincertstore 0.2 py35hfebbdb8_0

July 15, 2018

No comments, be the first one to comment !

Leave a Reply

© 2016, ALL RIGHTS RESERVED.
Create an Account