Fish shell and anaconda

Append this to your .config/fish.config

source (conda info --root)/etc/fish/conf.d/conda.fish

Start a new fish session and now you could use:

activate py34

Source: https://github.com/conda/conda/issues/2611