1. ubuntu直接安装anaconda是不能直接使用pip 的,因为pip install需要sudo权限,而sudo pip是系统自带的python的pip。因此在Ubuntu,使用sudo pip,而不是pip。