[教程]Python环境安装

Python环境安装

mac环境下 安装Python3 pip jupyter

  1. 安装homebrew
  2. 通过homebrew安装Python3 

    brew install Python3

  3. 安装Python包管理工具 pipPython’s package manager
  4. 确保是最新的pip

    pip3 install --upgrade pip

  5. 安装jupyter

    pip3 install jupyter

  6. 使用jupyter

    jupyter notebook

win环境下 安装Python3 pip jupyter

  1. 安装jupyter

    Python -m pip install jupyter

  2. 配置环境变量
    C:\Users\Administrator\AppData\Local\Programs\Python\Python36-32;
    C:\Users\Administrator\AppData\Local\Programs\Python\Python36-32\Scripts;

  3. 使用jupyter
    jupyter notebook

    Python Mac OS Windows 安裝 Jupyter
    windows下面安装Python和pip终极教程

posted @ 2017-06-13 08:59  viviwong6638  阅读(264)  评论(0编辑  收藏  举报