Skip to content

software for the module #8

@martinjrobins

Description

@martinjrobins

I'm going to build an image for the students laptops, so we need to collate a list of required software, at the moment I have:

  • Ubuntu 20.04.1 LTS
  • Python (Ubuntu 20.04.1 comes with 3.8 as standard, is this sufficient?)
  • python pip (sudo apt install -y python3-pip)
  • python venv (python3-venv)
  • build-essential and python3 dev libraries just in case (sudo apt install build-essential python3-dev)
  • VSCode via snap (sudo snap install --classic code). Anyone have any opinions on snap versus apt for VScode?
  • Git (sudo apt install git)

Anything else?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions