Solved! Virtualenv: Command not found

Mar 31, 2018
1
0
10
I am using this flask tutorial for learning flask.
Everything goes fine until I try to create virtual environment using the following command:

Code:
$ virtualenv env
No command 'virtualen' found, did you mean:
Command 'virtualenv' from package 'virtualenv' (universe)
virtualen: command not found

I have successfully installed virtualenv but for some reason. It is still not in the in my PATH. What's the problem here? Thanks in advance.