Hi, right, appareanlty I am in the right path... So this steps worked:
#
# To activate this environment, use:
# $ source activate tryingete3
#
# To deactivate this environment, use:
# $ source deactivate
#
jose@dell-desktop:~$ ^C
jose@dell-desktop:~$ source activate tryingete3
discarding /home/jose/anaconda3/bin from PATH
prepending /home/jose/anaconda3/envs/tryingete3/bin to PATH
(tryingete3)jose@dell-desktop:~$ ete3 version
bash: ete3: command not found
(tryingete3)jose@dell-desktop:~$ conda install -c etetoolkit ete3 ete3_external_apps
Fetching package metadata: ......
Solving package specifications: ....
The following specifications were found to be in conflict:
- ete3 -> python
- ete3_external_apps -> python 2.7*|3.4*
- pip (target=pip-8.1.1-py35_1.tar.bz2) -> python 2.7*|3.4*
- pip (target=pip-8.1.1-py35_1.tar.bz2) -> setuptools
- python 3.5*
- setuptools (target=setuptools-20.3-py35_0.tar.bz2) -> python 2.6*|2.7*|3.3*|3.4*|3.5*
- wheel (target=wheel-0.29.0-py35_0.tar.bz2) -> python 2.7*|3.3*|3.4*|3.5*
Use "conda info <package>" to see the dependencies for each package.
(tryingete3)jose@dell-desktop:~$ ete3 version
bash: ete3: command not found
So apareantly, when trying to install ete3 in conda, it had some conflicts and wasn't able to install it. Right? Any way to fix it? Many thanks again!