Virtualenv · macOS Setup Guide
sourabhbajaj.com › mac-setup › PythonVirtualenv. Virtualenv is a tool that lets you create an isolated Python environment for your project. It creates an environment that has its own installation directories, that doesn’t share dependencies with other virtualenv environments (and optionally doesn’t access the globally installed dependencies either).
How To Properly Install Python3 and Virtualenv on Mac
lijqhs.github.io › 2018 › 08Aug 24, 2018 · 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. I decided to install Python3 althought macOS comes out with a native python environment Python 2.7.10. 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. The ...