Some examples like the one of the lockfiles, changes the Conan client configuration with conan config set .... Running the example script locally leaves your configuration with that setting. Instead of this, examples should set the configuration via env vars temporarily just for the run of that example.
Some examples like the one of the lockfiles, changes the Conan client configuration with
conan config set ...
. Running the example script locally leaves your configuration with that setting. Instead of this, examples should set the configuration via env vars temporarily just for the run of that example.