Skip to content

Commit

Permalink
docs: Adding instructions for how to add pyenv to your PATH for Windo…
Browse files Browse the repository at this point in the history
…ws (#600)
  • Loading branch information
jschwarzwalder authored and jfuss committed Aug 6, 2018
1 parent c21a080 commit ced3739
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DEVELOPMENT_GUIDE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Follow the idioms from this `excellent cheatsheet`_ to make sure your code is co
Our CI/CD pipeline is setup to run unit tests against both Python versions. So make sure you test it with both
versions before sending a Pull Request. `pyenv`_ is a great tool to easily setup multiple Python versions.

Note: For Windows, type ``export PATH="/c/Users/<user>/.pyenv/libexec:$PATH"`` to add pyenv to your path.

#. Install PyEnv - ``curl -L https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-installer | bash``
#. ``pyenv install 2.7.14``
#. ``pyenv install 3.6.4``
Expand Down

0 comments on commit ced3739

Please sign in to comment.