Skip to content

Commit

Permalink
Update README.rst: venv dir must **not** be inside the libcst dir (#454)
Browse files Browse the repository at this point in the history
Just spent a couple hours trying to figure out why I couldn't get pyre to work.  Only to figure out that having my venv inside the libcst dir was breaking pyre.
  • Loading branch information
cdonovick authored Feb 8, 2021
1 parent 546f628 commit dacafde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ To set up pyre check environment:

1. Copy the example Pyre config: ``cp .pyre_configuration.example .pyre_configuration``.
2. In the config file, add your venv site-packages dir to "search_path". (e.g. add "/workspace/libcst-env/lib/python3.7/site-packages")
Note: venv dir must **not** be inside the libcst dir
3. Remove installed LibCST and install from the source code:

.. code-block:: shell
Expand Down

0 comments on commit dacafde

Please sign in to comment.