Install virtualenv via pip: $ pip install virtualenv Test your installation: $ virtualenv --version Create a virtual environment for a project: $ cd my_project_folder $ virtualenv venv ** It's a good ...
In this tutorial, we learn how to create and use Python virtualenv on the OSG. As an example, we create a virtual environment that holds NLTK (Natural Language Tool Kit) library and then run an NLTK ...