Skip to content

Commit 3c0e0cf

Browse files
authored
Merge pull request #116720 from PeterCLu/patch-2
Update python version number
2 parents 0df911b + 8aded16 commit 3c0e0cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/how-to-configure-environment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ When you're using a local computer (which might also be a remote virtual machine
140140
Run the following command to create the environment.
141141
142142
```bash
143-
conda create -n myenv python=3.6.5
143+
conda create -n myenv python=3.7.7
144144
```
145145
146146
Then activate the environment.
@@ -149,7 +149,7 @@ When you're using a local computer (which might also be a remote virtual machine
149149
conda activate myenv
150150
```
151151
152-
This example creates an environment using python 3.6.5, but any specific subversions can be chosen. SDK compatibility may not be guaranteed with certain major versions (3.5+ is recommended), and it's recommended to try a different version/subversion in your Anaconda environment if you run into errors. It will take several minutes to create the environment while components and packages are downloaded.
152+
This example creates an environment using python 3.7.7, but any specific subversions can be chosen. SDK compatibility may not be guaranteed with certain major versions (3.5+ is recommended), and it's recommended to try a different version/subversion in your Anaconda environment if you run into errors. It will take several minutes to create the environment while components and packages are downloaded.
153153
154154
1. Run the following commands in your new environment to enable environment-specific IPython kernels. This will ensure expected kernel and package import behavior when working with Jupyter Notebooks within Anaconda environments:
155155

0 commit comments

Comments
 (0)