Config File
Configuration files in general are files that define parameters and values for any software or codebase settings. In this case, Catalyst provides CLI commands that enable you to set and manage the location of Python downloaded in your local system, in a specific configuration file.
This particular configuration file is a hidden local file maintained in your system in varied locations, based on the OS installed in your system. It controls the operations of various utilities in your system. It also contains the configurations that allow the system to communicate effectively with the CLI.
Config CLI commands
Set a Key-Value Pair
You can add an entry to the config file in your local machine specifying the path of Python stored in your system, by providing the inputs in the form of a key-value pair. To do so, execute the command mentioned below from your system’s terminal:

Get the value of a Specific Key
You can fetch the value of any specific key in this particular configuration file by executing the terminal command below:

List Configurations
You can retrieve the list of all configurations (key-value pairs) that are present in the configuration file by executing the following command:

Delete key
You can delete an entry in the configuration file by executing the CLI command mentioned below. You must specify the key name of the entry that you want to delete.
This will delete the key-value pair from the file.

Yes
No
Send your feedback to us