mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 21:44:16 +02:00
[fix] crashing for scenarios when there are packages that cannot upgrade to be displayed
This commit is contained in:
@@ -69,7 +69,7 @@ python3 -m venv bauh_env ( creates a virtualenv in a folder called "bauh_env" )
|
||||
bauh_env/bin/pip install bauh ( installs bauh in the isolated environment )
|
||||
bauh_env/bin/bauh ( launches bauh )
|
||||
|
||||
# P.S: if you want to launch it attached to your system tray, replace the last command by: bauh_env/bin/bauh --tray=1
|
||||
# P.S: if you want to launch it attached to your system tray, replace the last command by: bauh_env/bin/bauh-tray
|
||||
```
|
||||
|
||||
- To update your isolated bauh to the latest version:
|
||||
|
||||
Reference in New Issue
Block a user