From 342d8a54b9065a79163653ef7cfbda46454cf5e0 Mon Sep 17 00:00:00 2001 From: Rick van Lieshout Date: Wed, 22 Jul 2015 10:55:42 +0200 Subject: [PATCH] Link was relative --- Selecting-and-Installing-Python-Interpreters.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Selecting-and-Installing-Python-Interpreters.md b/Selecting-and-Installing-Python-Interpreters.md index fffd97e..29b11ee 100644 --- a/Selecting-and-Installing-Python-Interpreters.md +++ b/Selecting-and-Installing-Python-Interpreters.md @@ -26,7 +26,7 @@ Attributes: - No IPython support - Decent mixed IronPython <-> C# debugging -If you've already installed VS and PTVS, we recommend the [IronPython 2.7.5](http://ironpython.codeplex.com/downloads/get/970325). This will run an MSI from [http://ironpython.codeplex.com](ironpython.codeplex.com) which will install Python and will be auto-detected by PTVS. +If you've already installed VS and PTVS, we recommend the [IronPython 2.7.5](http://ironpython.codeplex.com/downloads/get/970325). This will run an MSI from [http://ironpython.codeplex.com](http://ironpython.codeplex.com) which will install Python and will be auto-detected by PTVS. **PyPy** – this is a high performance tracing JIT implementation of Python: [www.pypy.org](http://www.pypy.org/). @@ -68,4 +68,4 @@ You can delete environments you have added by coming back to this Cofiguration p Here we see that there are several Interpreters installed, including IronPython. We've made Python 3.4 the current default, and Python 2.7 needs to have its completion DB refreshed because of a newly installed package. -Interpreter databases are used to improve IntelliSense speed and reduce memory usage for the standard library and any libraries installed into site-packages. Analyzing all of the available source files can take anywhere from a minute to an hour or more, depending on what you have installed. However, once complete, you will get detailed IntelliSense and won't have to refresh the database again until you install more libraries. +Interpreter databases are used to improve IntelliSense speed and reduce memory usage for the standard library and any libraries installed into site-packages. Analyzing all of the available source files can take anywhere from a minute to an hour or more, depending on what you have installed. However, once complete, you will get detailed IntelliSense and won't have to refresh the database again until you install more libraries. \ No newline at end of file