summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoss Barnowski <rossbar@berkeley.edu>2020-05-13 13:15:29 -0700
committerRoss Barnowski <rossbar@berkeley.edu>2020-05-13 13:15:29 -0700
commite3da1557f3b00729c1a2db89b57344d43412487f (patch)
treeb7b8998c6238a913304ebf6461bc27934af4a3ab
parent5f7114ca823736e3f55176cf6a3fbeb77efe0279 (diff)
downloadnumpy-e3da1557f3b00729c1a2db89b57344d43412487f.tar.gz
DOC: Add PyDev instructions to troubleshooting doc
-rw-r--r--doc/source/user/troubleshooting-importerror.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/source/user/troubleshooting-importerror.rst b/doc/source/user/troubleshooting-importerror.rst
index 131e698dd..acbcd3ed8 100644
--- a/doc/source/user/troubleshooting-importerror.rst
+++ b/doc/source/user/troubleshooting-importerror.rst
@@ -66,6 +66,14 @@ VSCode. Please see the `VSCode support <https://code.visualstudio.com/docs/pytho
for information on how to correctly set up VSCode with virtual environments
or conda.
+Using Eclipse/PyDev with Anaconda/conda Python (or environments)
+----------------------------------------------------------------
+
+Please see the
+`Anaconda Documentation <https://docs.anaconda.com/anaconda/user-guide/tasks/integration/eclipse-pydev/>`_
+on how to properly configure Eclipse/PyDev to use Anaconda Python with specific
+conda environments.
+
Raspberry Pi
------------