Python 2

This formula installs a python2 executable to /usr/local/bin.

If you wish to have this formula's python executable in your PATH then add

the following to ~/.bash_profile:

  export PATH="/usr/local/opt/python/libexec/bin:$PATH"

 

Pip and setuptools have been installed. To update them

  pip2 install --upgrade pip setuptools

 

You can install Python packages with

  pip2 install <package>

 

They will install into the site-package directory

  /usr/local/lib/python2.7/site-packages

 

See: https://docs.brew.sh/Homebrew-and-Python.html


Python 3

Pip, setuptools, and wheel have been installed. To update them

  pip3 install --upgrade pip setuptools wheel

 

You can install Python packages with

  pip3 install <package>

 

They will install into the site-package directory

  /usr/local/lib/python3.6/site-packages

 

See: https://docs.brew.sh/Homebrew-and-Python.html


記錄一下,方便之後找路徑

 

 

arrow
arrow
    創作者介紹
    創作者 正統派社畜 的頭像
    正統派社畜

    千葉熊的出沒地\@o@/

    正統派社畜 發表在 痞客邦 留言(0) 人氣()