Skip to content

Instantly share code, notes, and snippets.

@FeanDoe
FeanDoe / virtualendwrapper.md
Created August 5, 2020 18:59
Virtualenv and wrapper
  • You must have pip

sudo apt-get install python3-pip

  • Then installar virtuanlenv and the wrapper

sudo pip3 install virtualenv virtualenvwrapper

  • Edit yoour ~/.bashrc using your favorite editor, example: