AssertionError while updating conda
Regarding this matter i have found a solution that is not well explained but solve the problem:
first : using the command :
~$ conda install anaconda
this resolve the problem of the environment inconsistency .
second : using the command:
~$ conda update conda
the command will be executed with no problems and conda will be updated proberly.