Mac Pro Terminal - problem with access to the HD resources.
I've just successfully installed Virtualenv (for Python) on my Mac Pro Terminal (sudo pip3.6 install virtualenv). Trying to open it I am receiving the following system answer: zsh: command not found: virtualenv. Trying to localize it on the HD I used 'whereis' command (mars@MacBook-Pro-Marek ~ % whereis virtualenv) but unfortunately the system response is...null: mars@MacBook-Pro-Marek ~ % . I found virtualenv on HD with the Finder ( the path: /Library/Frameworks/Python.framework/Versions/3.6/bin/virtualenv) but can't open it on Terminal. I am a beginner on Mac OS. Can anybody help me?