
Showvirtualenv # show details of virtualenv envĬpvirtualenv # copy virtualenv
Mac os brew install pip3 install#
Open App Store and search xcode then the first result should be your choice.Īfter XCode installation, open the app and check License Agreement and then install XCode command line tool in the terminal.Ĭdvirtualenv # cd into activated virtualenv directory Install XCodeīefore installing Homebrew you need first install XCode which is an integrated development environment for macOS containing a suite of software development tools by Apple for creating apps for iPhone, iPad, Mac and other Apple products. The following steps shows the full path to install Python3 via Homebrew. Homebrew is called the missing package manager for macOS and it is a hot word if you search on the Internet for softwares installation on macOS. I like to install necessary packages for myself so I choose the Homebrew way. The easiest method is might to use Anaconda a integral distribution for python which is popular for scientific computing. The best way I found on the Internet is from the page of David Culley where he gives several alternatives to set up a Python3 working environment. I decided to install Python3 althought macOS comes out with a native python environment Python 2.7.10.
Mac os brew install pip3 how to#
When I got a Macbook Pro, the first thing I thought was how to deploy a developing environment for programming and data analysis on Mac OS.
