issues
search
DataDog
/
riot
A Python virtual env builder and command runner
https://ddriot.readthedocs.io/
Apache License 2.0
23
stars
15
forks
source link
feat: change default riot path with a env var
#182
Closed
avara1986
closed
2 years ago
avara1986
commented
2 years ago
Features:
Add
RIOT_ENV_BASE_PATH
environment variable to change the default path of
.riot
directory instead of current path.
Motivation:
It's needed in this PR #179 to create riot virtualenvs for testing purposes.
It's a useful feature, for example, set the .riot directory in
/tmp/riot_envs
.
Features:
RIOT_ENV_BASE_PATH
environment variable to change the default path of.riot
directory instead of current path.Motivation:
/tmp/riot_envs
.