summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2020-05-13 16:02:13 -0500
committerGitHub <noreply@github.com>2020-05-13 16:02:13 -0500
commit3d99ec9df4d90656286d0482f0f50af886616a96 (patch)
tree0521f39d8aaa22709115d30546683103366fab0e /doc/source
parent1459b9802fcc37e1eab1b1e139b8db74ba69831f (diff)
parente3da1557f3b00729c1a2db89b57344d43412487f (diff)
downloadnumpy-3d99ec9df4d90656286d0482f0f50af886616a96.tar.gz
Merge pull request #16227 from rossbar/doc/importerror_pydev
DOC: Add PyDev instructions to troubleshooting doc
Diffstat (limited to 'doc/source')
-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
------------