Setup and use a virtual python environment in Ubuntu

With virtualenvwrapper (user-friendly wrappers for the functionality of virtualenv) Install virtualenv Install virtualenv with sudo apt-get install virtualenv (for Ubuntu 14.04 (trusty) install python-virtualenv) Install virtualenvwrapper The reason we are also installing virtualenvwrapper is that it offers nice and simple commands to manage your virtual environments. There are two ways to install virtualenvwrapper: As Ubuntu package (from Ubuntu 16.04) Run sudo … <a href="https://technoworkshop.in/setup-and-use-a-virtual-python-environment-in-ubuntu/" class="more-link">Continue reading<span class="screen-reader-text"> "Setup and use a virtual python environment in Ubuntu"</span></a>

Read more →