bpt install-yourself¶
bpt install-yourself is a utility subcommand used to install bpt on the
PATH for execution from any command-line. Refer:
Easy Mode: install-yourself.
- --where {user,system}¶
- Default
user
The intended scope of the installation. For
system, installs in a global directory for all users of the system. Foruser, installs in a user-specific directory for executable binaries.User-local installation is highly recommended.d
- --dry-run¶
If specified,
bptwill only write what would happen for the installation without performing any action.
- --no-modify-path¶
If specified,
bptwill not attempt to update anyPATHenvironment variables.
- --symlink¶
If specified,
bptwill install a symoblic link to thebptexecutable that was used withinstall-yourself, instead of copying the executable to the destination.