Skip to content

Commit 59f464b

Browse files
committed
1 parent 63e28e2 commit 59f464b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/python/managing-python-environments-in-visual-studio.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Manage Python environments and interpreters
33
description: Use the Python Environments window to manage global, virtual, and conda environments, installing Python interpreters and packages, and assigning environments to Visual Studio projects.
4-
ms.date: 06/07/2018
4+
ms.date: 06/29/2018
55
ms.prod: visual-studio-dev15
66
ms.technology: vs-python
77
ms.topic: conceptual
@@ -124,8 +124,8 @@ To correct an environment you wish to keep, first try using its installer's **Re
124124
To correct an environment that doesn't have a repair option, or to remove an invalid environment, use the following steps to modify the registry directly. Visual Studio automatically updates the Python Environments window when you make changes to the registry.
125125

126126
1. Run `regedit.exe`.
127-
1. Navigate to `HKEY_LOCAL_MACHINE\SOFTWARE\Python` for 32-bit interpreters, or `HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Python` for 64-bit interpreters.
128-
1. Expand the node that matches the distribution, such as `PythonCore` for CPython or `ContinuumAnalytics` for Anaconda.
127+
1. Navigate to `HKEY_LOCAL_MACHINE\SOFTWARE\Python` for 32-bit interpreters, or `HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Python` for 64-bit interpreters. For IronPython, look for `IronPython` instead.
128+
1. Expand the node that matches the distribution, such as `PythonCore` for CPython or `ContinuumAnalytics` for Anaconda. For IronPython, expand the version number node.
129129
1. Inspect the values under the `InstallPath` node:
130130

131131
![Registry entries for a typical CPython installation](media/environments-registry-entries.png)

0 commit comments

Comments
 (0)