Skip to content

Commit

Permalink
Update docs/sections/contributor_guide/developer_setup.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Weir <[email protected]>
  • Loading branch information
lexbuko22 and WeirAE authored Jun 19, 2024
1 parent f44967e commit 13a264a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sections/contributor_guide/developer_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Future ``make devshell`` invocations will be almost instantaneous, as the underl

If your development shell misses any functionality you’re used to in your main (``bash``) shell, you can create a ``~/.condevrc`` file, which will be sourced by ``make devshell``, and add desired environment-setup commands to it.

If using an IDE such as VS Code, ensure that the correct Python interpretor, Python 3.12.3 ('DEV-uwtools'), is being used for the environment. In VS Code, this can be changed by using the Command Pallet and searching "Python: Select Interpretor".
If using an IDE such as VS Code, ensure that the correct Python interpreter, Python 3.12.3 ('DEV-uwtools'), is being used for the environment. In VS Code, this can be changed by using the Command Palette and searching "Python: Select Interpreter".

Using a ``bash`` Development Shell
----------------------------------
Expand Down

0 comments on commit 13a264a

Please sign in to comment.