[Python Tutorial] How to Install VirtualEnv in Mac using Terminal?

preview_player
Показать описание
Welcome to MobileTesting YouTube channel.

In this video we are going to learn how to install virtualenv in your Mac machine. We are going to use PIP to install the virtualenv package.

What is the use of PIP in Python?
PIP is a tool for installing and managing Python packages from Python Package Index. It is a alternative to easy_install tool.

What is virtualenv in Python?
virtualenv is a tool to create isolated Python environments. We create a virtualenv and then install all necessary packages for the Python Project.
Рекомендации по теме
Комментарии
Автор

I have error : -bash: pip: command not found

maaha