Map your Mind.

Medical student. Jazz.

Accessing Anaconda via Terminal

Background

Anaconda utilizes virtual environments. Though they can easily be accessed via Anaconda Navigator, it is sometimes messy and bothering. Therefore, it would be better if we can access to that environment via Terminal.

Solution was quite easy. In order to access Tensorflow environment in anaconda3, just type source activate Tensorflow

PC:~ <user_name>$ source activate Tensorflow
(Tensorflow) PC:~ <user_name>$ 

This website would be helpful:
【初心者向け】Anacondaで仮想環境を作ってみる