Python Notes

Submitted by code_admin on Mon, 07/30/2018 - 13:26

Virtualenv - projects using different versions of modules

Install

Python 3.6

  1. sudo add-apt-repository ppa:deadsnakes/ppa
  2. sudo apt-get update

Tags