Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Doc] Add how to set environment variables for fish users #1800

Merged
merged 3 commits into from
Aug 29, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/dev_install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ Setting up Taichi for development

Then execute ``source ~/.bashrc`` to reload shell config.

.. note::

If you're using fish, use ``set -x NAME VALUES``, otherwise it won't be loaded by child processes.

* On Windows, please add these variables by accessing your system settings:

1. Add ``TAICHI_REPO_DIR`` whose value is the path to your taichi repository so that Taichi knows you're a developer.
Expand Down