typo, bash_rc ==> bashrc

This commit is contained in:
Salvatore Ingala
2020-02-14 15:21:58 +00:00
committed by GitHub
parent 0fd74bc618
commit 1a91a68d52

View File

@@ -13,9 +13,9 @@ For example, for user alice running a UNIX system and having `apps` in her home
export PYTHONPATH=$PYTHONPATH:/home/alice/
You should also include the command in your `.bash_rc` to avoid having to run it every time you open a new terminal. You can do it by running:
You should also include the command in your `.bashrc` to avoid having to run it every time you open a new terminal. You can do it by running:
echo 'export PYTHONPATH=$PYTHONPATH:<absolute_path_to_apps>' >> ~/.bash_rc
echo 'export PYTHONPATH=$PYTHONPATH:<absolute_path_to_apps>' >> ~/.bashrc
Once the `PYTHONPATH` is set, you should be able to run `wt_cli` straightaway. Try it by running:
@@ -32,4 +32,4 @@ Notice that if you run `wt_cli` as a module, you'll need to replace all the call
## Modify configuration parameters
If you'd like to modify some of the configuration defaults (such as the user directory, where the logs and appointment receipts will be stored) you can do so in the config file located at:
<absolute_path_to_apps>/apps/cli/conf.py
<absolute_path_to_apps>/apps/cli/conf.py