Skip to content

Commit 673a282

Browse files
committed
fix broken bookmark
1 parent 0070384 commit 673a282

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docs/python/installing-python-support-in-visual-studio.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ ms.workload:
1111
- python
1212
- data-science
1313
---
14-
1514
# How to install Python support in Visual Studio on Windows
1615

1716
To install Python support for Visual Studio (also known as Python Tools for Visual Studio or PTVS), follow the instructions in the section that matches your version of Visual Studio:

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ ms.workload:
1010
- python
1111
- data-science
1212
---
13-
1413
# How to create and manage Python environments in Visual Studio
1514

1615
A Python *environment* is a context in which you run Python code and includes global, virtual, and conda environments. An environment consists of an interpreter, a library (typically the Python Standard Library), and a set of installed packages. These components together determine which language constructs and syntax are valid, what operating-system functionality you can access, and which packages you can use.
@@ -101,7 +100,7 @@ Visual Studio also provides a command to generate a *requirements.txt* file from
101100

102101
#### Conda environments
103102

104-
A conda environment is one created using the `conda` tool, or with integrated conda management in Visual Studio 2017 version 15.7 and higher. (Requires Anaconda or Miniconda; Anaconda is available through the Visual Studio installer, see [Installation - Visual Studio 2017](installing-python-support-in-visual-studio.md#visual-studio-2017).)
103+
A conda environment is one created using the `conda` tool, or with integrated conda management in Visual Studio 2017 version 15.7 and higher. (Requires Anaconda or Miniconda; Anaconda is available through the Visual Studio installer, see [Installation - Visual Studio 2017](installing-python-support-in-visual-studio.md#visual-studio-2017-and-2019).)
105104

106105
1. Select **+ Create conda environment** in the **Python Environments** window, which opens a **Create new conda environment** tab:
107106

0 commit comments

Comments
 (0)