Skip to content

Commit 49a2c61

Browse files
authored
Update how-to-troubleshoot-environments.md
1 parent 4fcf265 commit 49a2c61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/machine-learning/how-to-troubleshoot-environments.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,8 @@ This issue can happen when a package is specified on the command line using "<"
10101010

10111011
**Troubleshooting steps**
10121012

1013-
Add quotes around the package specification. For example, change `conda install -y pip<=20.1.1` to `conda install -y "pip<=20.1.1"`.
1013+
Add quotes around the package specification
1014+
* For example, change `conda install -y pip<=20.1.1` to `conda install -y "pip<=20.1.1"`.
10141015

10151016
### *Pip issues during build*
10161017
### Failed to install packages

0 commit comments

Comments
 (0)