mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 14:14:22 +01:00
typo, bash_rc ==> bashrc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user