Anaconda Environment Does Not Activate

So, I installed the Anaconda environment according to

conda create -n tardis --file https://raw.githubusercontent.com/tardis-sn/tardis/master/pip-requirements python=2 pip

Now I'm trying to activate the environment using source activate tardis

But it gives me the following error

pfrcks@pfrcks~ $ source activate tardis Reading package lists... Done Building dependency tree
Reading state information... Done E: Unable to find a source package for activate

Any help?

+1
python environment anaconda
source share

No one has answered this question yet.

See similar questions:

8
Why does the Anaconda source being activated not exist?

or similar:

1427
How to access environment variables from Python?
121
How can I track packages with installed packages in Anaconda (Conda)?
96
Using Pip to Install Packages in Anaconda
twenty
How to install Julia on Wednesday anaconda?
2
Anaconda how to install in different versions of python
one
(Pip) install googleads in Anaconda
0
environement activation in anaconda python 2.7
0
Package found in Anaconda Prompt but not in Anaconda
0
Using PIP from Anaconda env - installed packages are not visible

All Articles