Ubuntu14.04安装Python2.7+TensorFlow1.3.0

  1. 安装python2.7

    sudo add-apt-repository ppa:fkrull/deadsnakes-python2.7

    sudo apt-get update

    sudo apt-get install python2.7

  2. 安装pip
    sudo apt-get install python-pip python-dev
  3. 安装TensorFlow
    sudo pip install --upgrade https://mirrors.tuna.tsinghua.edu.cn/tensorflow/linux/cpu/tensorflow-1.3.0-cp27-none-linux_x86_64.whl
  4. 检测安装成功
    检测安装成功

猜你喜欢

转载自blog.csdn.net/qust1508060414/article/details/81138629
今日推荐