Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit 79418e6

Browse files
Fix missed CONDA_PATH -> INSTALLATION_PATH
1 parent e96e913 commit 79418e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Once the first time configuration above has been completed, one should activate
4646
each new terminal window explicitly (it is discouraged to add this to your `.bashrc` or
4747
equivalent)
4848
```
49-
. ${CONDA_PATH}/bin/activate
49+
. ${INSTALLATION_PATH}/bin/activate
5050
conda activate tc_build
5151
```
5252

0 commit comments

Comments
 (0)