Use a separate configuration directory for beta and dev releases to avoid contaminating user settings
See original GitHub issueCan the *.beta releases be updated to use a different assortment of dot files, so .spyder
could become .spyder-beta
, this would preserve the beta alongside the current 3.3.1
release so that a production and testing environment can co-exist happily. I also wonder whether the same could be possible for the .ipython
and .matplotlib
subdirs?
Issue Analytics
- State:
- Created 5 years ago
- Comments:22 (15 by maintainers)
Top Results From Across the Web
Maintain Separate Configs for Dev, Beta and Release Build ...
First, we can maintain a different set of config files for each branch – enabling us to use different API keys or service...
Read more >Adding a build configuration file to your project
Specify your project's build settings in plain-text files, and supply different settings for debug and release builds.
Read more >Track CircleCI Updates
Track our platform changes and updates via the CircleCI Changelog. Stay up to date with the latest in Continuous Integration.
Read more >How do you keep user.config settings across different ...
ApplicationSettingsBase has a method called Upgrade which migrates all settings from the previous version.
Read more >Nixpkgs 22.11 manual - NixOS
Their configurations are managed separately. A user's nixpkgs configuration is stored in a user-specific configuration file located at ~/.config/nixpkgs/config.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Heh, its already wiped all my custom keyboard shortcuts and color schemes which is what I deserve for not implementing this sooner, I guess.
That would be really helpful for the dev team and I haven’t thought about that! So please also make
dev
as well asbeta
to count for settings isolation.