Add nvm setup

This commit is contained in:
Sonny Bakker 2024-08-13 20:40:20 +02:00
parent fe9f6788c3
commit 8254bfee9f
4 changed files with 41 additions and 0 deletions

View file

@ -84,3 +84,7 @@ python_versions:
- { version: 3.8.14, path: 'python3.8', binary: 'python3.8' }
- { version: 3.7.14, path: 'python3.7', binary: 'python3.7' }
- { version: 3.6.15, path: 'python3.6', binary: 'python3.6' }
nvm:
install_dir: '{{ xdg_config_dir }}/nvm'
version: 'v0.40.0'