How to install virtualenv and virtualenvwrapper on OS X high sierra
A short post, more a reminder for myself than actually explaining something. Install homebrew: https://brew.sh/index_de.html Install python, which will install pip as well
1 |
brew install python3 |
Install virtualenv and virtualenvwrapper
1 |
sudo -H pip install virtualenv</code> virtualenvwrapper |