- Python 3
- Pip 3
$ brew install python3Pip3 is installed with Python3
Creation of virtualenv:
$ python3 -m venv <desired-path>Activate the virtualenv:
$ source <desired-path>/bin/activateDeactivate the virtualenv:
$ deactivate$ brew install python3Pip3 is installed with Python3
Creation of virtualenv:
$ python3 -m venv <desired-path>Activate the virtualenv:
$ source <desired-path>/bin/activateDeactivate the virtualenv:
$ deactivate