Skip to content

Commit efa3b6e

Browse files
authored
Update use-sudo.md
1 parent e3ff2c0 commit efa3b6e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

manual-xubuntu/use-sudo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Currently, we have fixed the two issues about `sudo`:
3030

3131
We have to say that this method is preferred compared to the first approach. For example, if `thunar` is launched by `sudo dbus-launch`, you may be able to open a `mousepad` window with the opened `thunar` window and the `root` mode.
3232

33-
2. Now users can use the following commands in the sudo mode directly:
33+
2. Now users can use the following commands in the `sudo` mode directly:
3434

3535
```bash
3636
sudo conda ...
@@ -39,7 +39,7 @@ Currently, we have fixed the two issues about `sudo`:
3939
sudo python -m pip ...
4040
```
4141

42-
> :warning: After some tests, we found that `conda`, `mamba` are `python` are all consistent with the user version when using `sudo`. However, if using `sudo`, the `pip` is not `/opt/conda/bin/pip` but `/usr/local/bin/pip`. Therefore, for those who want to use `pip` to install system-scope packages, they need to use either one of the following command:
42+
> :warning: After some tests, we found that `conda`, `mamba`, and `python` are all consistent with the user version when using `sudo`. However, if using `sudo`, the `pip` is not `/opt/conda/bin/pip` but `/usr/local/bin/pip`. Therefore, for those who want to use `pip` to install system-scope packages, they need to use either one of the following command:
4343
>
4444
> ```bash
4545
> sudo /opt/conda/bin/pip install ....

0 commit comments

Comments
 (0)