Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
Update developers guide
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyabsk committed May 17, 2019
1 parent 6b0c33b commit bae0427
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/developers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,11 @@ General Setup
fi
eval "$(pyenv virtualenv-init -)"
Restart your shell session for the changes to take effect and perform the following setup **in the root directory of the project**. This sets up a convenient virtualenv that automatically activates in the root of your project.
Restart your shell session for the changes to take effect and perform the following setup **in the root directory of the project**. This sets up a convenient virtualenv that automatically activates in the root of your project. (Note: there is a `known error with pyenv <https://github.com/pyenv/pyenv/issues/1219#issuecomment-487206619>`_. Also, you may need to change the file path depending on your version or you may not even need to do that step.

.. code-block:: console
$ open /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg
$ pyenv install 3.6.8
$ pyenv global 3.6.8
$ pyenv virtualenv -p python3.6 3.6.8 venv
Expand Down

0 comments on commit bae0427

Please sign in to comment.