-
Notifications
You must be signed in to change notification settings - Fork 4
Simplify installation process #24
Copy link
Copy link
Open
Labels
Build & CIEverything related to Build & CIEverything related to Build & CIEnhancementNew feature or requestNew feature or request
Description
When pyzshcomplete is installed via pip it also installs the activate_pyzshcomplete script. This script is installed to ~/.local/bin.
Since the script has to be run as root, even if ~/.local/bin is in the user's PATH, the path to it has to be specified as in sudo ~/.local/bin/activate_pyzshcomplete which is annoying.
Should check if there's a way to omit that.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Build & CIEverything related to Build & CIEverything related to Build & CIEnhancementNew feature or requestNew feature or request