Skip to content

Commit

Permalink
applying changes on Anaconda pip issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmezim committed Dec 8, 2016
1 parent f8b9e51 commit 17406ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tensorflow/g3doc/get_started/os_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -1068,8 +1068,8 @@ Cannot remove entries from nonexistent file <path-to-anaconda-instalation>/anaco

Step #1 might already solve the problem, however if it still persists, execute step #2.

This is an issue that occurs with new Anaconda installations when `pip` tries to remove `easy-install.pth`
which does not exist as conda packages cannot include it.
This issue occurs with new Anaconda installations when `pip` tries to remove `easy-install.pth`.
This file is not included in Anaconda packages, which causes the `pip` installation to fail.


### Linux issues
Expand Down

0 comments on commit 17406ac

Please sign in to comment.