1
Hello, I’m starting to learn Django and well part of the material teaches how to Make Environment Setup with Virtualenv. However I am having many difficulties to configure the System.
First, I use a Macbook Pro with OSX Sierra. Second, I have already made the necessary installations, the Homebrew, PIP, virtualenv. But the virtualenv commands do not work. I have tried a LOT of internet solutions, changing the PATH of the files and etc, a lot of same things. One of those times for some reason it worked, but there were so many things I did that I don’t know exactly what made it work. But when I closed the terminal and opened it again everything had stopped working.
I don’t know what I do, I don’t know how I can set it up. My friend who also owned a computer with the same settings as mine managed to have the environment running normally, it was not necessary anything but the installations of the files and everything else. I would like to know what I can do, because I even formatted my Mac to do the environment configuration and it keeps presenting problems when running any command of the dependencies installed.
I’m rather frustrated and annoyed 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
Virtualenv’s tried commands were:
mkvirtualenv teste
Which you returned as an answer:
-bash: mkvirtualenv: command not found
What commands were tried?
– Leonel Sanches da Silva
@Ciganomorrisonmendez 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

Virtualenv’s tried commands were:mkvirtualenv teste
Which returned as respsota:-bash: mkvirtualenv: command not found
– JKFher
@Ciganomorrisonmendez I would like to know if there is any way to RESET all the facilities and change File Name and etc I did until then
– JKFher
You can always start from scratch. Deleting directories created until then is always an option. See also my answer.
– Leonel Sanches da Silva