Skip to content

Files

Latest commit

 

History

History
29 lines (19 loc) · 1.02 KB

DEVTOOLS_NOTES.md

File metadata and controls

29 lines (19 loc) · 1.02 KB

Notes on INSTALL_DEVTOOLS

If INSTALL_DEVTOOLS is set, the required tools according to microsoft/vscode > Wiki > How to Contribute and coder/code-server > Docs > Contributing are installed.

Node.js is installed with corepack enabled by default. Use it to manage Yarn and/or pnpm:

Environment variables

Versions

  • NODE_VERSION

System Python

Package libsecret-1-dev depends on python3 from the system's package repository.

The system's Python version is installed at /usr/bin.

ℹ️ Because a more recent Python version is installed at /usr/local/bin, it takes precedence over the system's Python version.