Where will `~/.prefect/config.toml` be if I instal...
# ask-community
m
Where will
~/.prefect/config.toml
be if I installed with conda?
aha.
*~/miniconda3/pkgs/prefect-0.14.21-pyhd8ed1ab_0/site-packages/prefect/*config.toml
z
That's actual just the internal config with the defaults, you should not modify that.
You'll want to create a config file at ~/.prefect/config.toml which will be merged into the default overriding any values you set
m
Too late!
It was giving me guff about creating
~/.prefect/config.toml
Not gonna mess with the sudos and chowns and whatever other nonsense it wants, just doing a Smoke Test for now really - once I successfully get to a "Hello World" ("successfully triggering a Cloud Function from a Prefect Flow") I'll nuke the VM and start over.