$ brew install python3 $ /usr/local/bin/python3 --version Python 3.7.2 $ mkvirtualenv --python=/usr/local/bin/python3 --always-copy vscode $ workon vscode $ python ...
I nearly installed everything, but when I try to run ./install.sh I'm stuck at the following error: "Package 'python-virtualenv' has no installation candidate" I installed the python3-virtualenv, but ...