Hello, I'm starting to learn Django and well part of the material teaches to do the setting of Environment with Virtualenv. But I'm having a lot of trouble configuring the System.
First, I use a Macbook Pro with Sierra OSX. Second, I have already made the necessary installations, the Homebrew, PIP, virtualenv. But the virtualenv commands do not work. I've tried a LOT of internet solutions, changing the PATH of the files and etc, a number of things even. One of those times for some reason worked out, but there were so many things I did that I do not know exactly what made it work. But when I closed the terminal and opened it again everything had stopped working.
I do not know what I do, I do not know how I can configure it. My friend who also owns a computer with the same settings as mine Got to have the environment running normally, nothing was needed other than file installations and everything. I would like to know what I can do, because I even formatted my Mac to do the environment configuration and it still presents problems when executing any command of the installed dependencies.
I am quite frustrated and irritated by the situation, if you can help me, thank you very much.
Well, I started with these:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install python3
sudo -H easy_install pip
sudo -H pip install virtualenv
sudo -H pip install virutalenvwrapper
The attempted Virtualenv commands were:
mkvirtualenv teste
Which returned in response:
-bash: mkvirtualenv: command not found