Home Installing Ubuntu
Post
Cancel

Installing Ubuntu

Instaling Ubuntu in WSL 2

create ssh key

create python venv

  • sudo apt update
  • sudo apt install python3-pip
  • sudo apt install python3-psycopg2
  • $ cd ~
  • sudo pip install virtualenv
  • python3 -m virtualenv pythonenv
  • source pythonenv/bin/activate

For django

  • pip install django
  • pip install djangorestframework
This post is licensed under CC BY 4.0 by the author.
Contents