conda create -n p27 python=2.7activate p27 At this point it was clear I was now in the p27 environment, then I did... conda install -c steerapi chainer=0condalist Then to be safe, while still in the environment I did conda install ipython and conda install jupyter,...