rkimball commented on a change in pull request #6514:
URL: https://github.com/apache/incubator-tvm/pull/6514#discussion_r491068243



##########
File path: docs/install/from_source.rst
##########
@@ -174,12 +174,12 @@ Method 1
 
    Set the environment variable `PYTHONPATH` to tell python where to find
    the library. For example, assume we cloned `tvm` on the home directory
-   `~`. then we can added the following line in `~/.bashrc`.
+   `~` then we can add the following line in `~/.bashrc`.
    The changes will be immediately reflected once you pull the code and 
rebuild the project (no need to call ``setup`` again)
 
    .. code:: bash
 
-       export TVM_HOME=/path/to/tvm
+       export TVM_HOME=~/tvm

Review comment:
       I agree, but if you read the text preceding this statement it says
   ```For example, assume we cloned tvm on the home directory ~. then we can 
added the following line in ~/.bashrc```
   Pasting the example code into your .bashrc file will not work since the 
/path/to/tvm is incorrect in this case. We can either remove the "For 
example..." text and leave `/path/to/tvm` or change the path to ~/tvm.
   As it stands it is not correct




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to