tools.linux.kernel.org archive mirror
 help / color / mirror / Atom feed
* Running b4 from checkout dir
@ 2020-03-19 19:29 Konstantin Ryabitsev
  0 siblings, 0 replies; only message in thread
From: Konstantin Ryabitsev @ 2020-03-19 19:29 UTC (permalink / raw)
  To: tools

If you don't want to install the pip package and want to be able to use 
the git checkout version directly, just add the following wrapper to 
your bindir:

   #!/bin/bash
   B4DIR=$HOME/your/path/to/b4-git-repo
   PYTHONPATH=$B4DIR env python3 $B4DIR/b4/command.py $@

-K

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-03-19 19:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-19 19:29 Running b4 from checkout dir Konstantin Ryabitsev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).