You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The readme on the main page is quite nice and helps in using environment variables. Is there a way to use variables that are defined via a python-dotenv file?
# don't use os but a dot env?{% set conda_py = os.environ.get('CONDA_PY', '35') %}name: web-ui-py{{ conda_py }}includes:
- {{ root }}/../core-business/environment.devenv.yml
The dotenv is just a file that looks like this:
# Development settingsCONDA_PY='35'
The text was updated successfully, but these errors were encountered:
The readme on the main page is quite nice and helps in using environment variables. Is there a way to use variables that are defined via a python-dotenv file?
The dotenv is just a file that looks like this:
The text was updated successfully, but these errors were encountered: