When I want to install TensorFlow with Virtualenv, I meet a problem:
ImportError: No module named pkg_resources
I want to fix this problem with this solution.
But when I code like this
sudo curl https://bootstrap.pypa.io/ez_setup.py | python
I meet another problem:
error: [Errno 13] Permission denied: '/Users/sunny/anaconda/lib/python3.6/site-packages/easy-install.pth''
My system is Mac OS.