Skip to content

sv-pro/devenv-python3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

devenv

Docker Image

This environment is available as a Docker image

Pull a standalone image

 docker pull svlasov/devenv

or specify it as an "Existing Environment" at Docker Desktop

svlasov/devenv

What's inside?

  • password-less sudo

  • bash-it:

  • direnv

  • apt packages

    • popular prerequisites
      • software-properties-common
      • build-essential
    • some utilities
      • preinstalled by Docker team
        • sudo
        • git
        • ssh
        • nano
        • htop
        • curl
        • wget
        • ip
      • installed by me
        • vim
        • tree
        • jq
        • tmux
  • python3 as default python: sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 10

  • pip/pip3

  • VSCode server (?)

Setup

The default ${WORKDIR} directoty /com.docker.devenvironments.code is the copy this git repo.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages