Virtual Environment(virtualenv)
virtualenv, is a tool to create isolated Python environments. We need to use virtual environments to keep the dependencies used by different Python projects separate, and to keep our global site-packages directory clean. We also go one step further and install virtualenvwrapper, a set of extensions that make using virtualenv a whole lot easier by providing simpler commands.
We have to use pip python library installation package to install both dependencies on any platform.
@epythonlab #keynote #virtualenv
virtualenv, is a tool to create isolated Python environments. We need to use virtual environments to keep the dependencies used by different Python projects separate, and to keep our global site-packages directory clean. We also go one step further and install virtualenvwrapper, a set of extensions that make using virtualenv a whole lot easier by providing simpler commands.
We have to use pip python library installation package to install both dependencies on any platform.
@epythonlab #keynote #virtualenv