Skip to content

Commit 4cbb672

Browse files
committed
[TYPO:conda] Fix typo in pip installation levels
1 parent fc706db commit 4cbb672

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/conda/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ $ pip install --user <package_name>
397397
```
398398
User-wide installations install packages in a directory located at the home directory of the user. Python searches for packages in the user installation path first. This packages are meant to be installed with the system Python and run without root privileges. Thus user-wide installation is appropriate for packages that extend the system functionality for a single user.
399399

400-
_User-wide installation is not not recommended for all but the system Python environment. User-wide installations rely on system packages, so if you install any package using a Conda environment the package will depend on the Conda environment. Thus, packages installed user-wide with a Conda environment will may be incompatible with the system environment or with any other Conda environment._
400+
_User-wide installation is not recommended for all but the system Python environment. User-wide installations rely on system packages, so if you install any package using a Conda environment the package will depend on the Conda environment. Thus, packages installed user-wide with a Conda environment will may be incompatible with the system environment or with any other Conda environment._
401401

402402
#### Python `venv` virtual environments
403403

0 commit comments

Comments
 (0)