Ran conda update conda
on a bash terminal and below is a trace.
Any idea what is wrong with my installation?
yusuf@yusuf-pc2 :~$ conda update conda Traceback (most recent call last): File "/usr/local/bin/conda", line 11, in <module> load_entry_point('conda==4.2.7', 'console_scripts', 'conda')() File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 567, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2612, in load_entry_point return ep.load() File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2272, in load return self.resolve() File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2278, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) File "/usr/local/lib/python2.7/dist-packages/conda/cli/__init__.py", line 8, in <module> from .main import main
Package Location ruamel:
/home/yusuf/anaconda2/lib/python2.7/site-packages/ruamel_yaml/comments.py /home/yusuf/anaconda2/lib/python2.7/site-packages/ruamel_yaml/comments.pyc
The path must be fixed. Any idea on how to fix it?
source share