Skip to content

Commit 2847187

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1011,7 +1011,7 @@ This issue can happen when a package is specified on the command line using "<"
10111011
**Troubleshooting steps**
10121012

10131013
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"`.
1014+
* For example, change `conda install -y pip<=20.1.1` to `conda install -y "pip<=20.1.1"`
10151015

10161016
### *Pip issues during build*
10171017
### Failed to install packages

0 commit comments

Comments
 (0)