update RTX config for python

This commit is contained in:
Alexander Navarro 2023-11-04 10:52:51 -03:00
parent cfdc7a2924
commit 62af62c258
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,7 @@
[tools]
node = 'lts'
python = {version='3', virtualenv='.venv'}
# python = {version='3', virtualenv='.venv'}
python = {version='3'} # setting virtualenv adds a virtualenv in every directory
[settings]
[alias.node]