[Solved]: dyld: Library not loaded: @rpath/libpython3.6m.dylib
When you pip installed virtualenv wrapper, pip will have installed virtualenv for you as it is a dependency.
Unfortunately, that virtualenv is not compatible with Anaconda Python.
Fortunately, the Anaconda Distribution has a virtualenv that is compatible. To fix this:
pip uninstall virtualenvconda install virtualenv