Python Path

Issue #5 resolved
Former user created an issue

Section 3.1 "The installation of BitBake" is inconsistent in terms of the name of the variable related to the Python Path. It mentions:

  1. PYTHON_PATH
  2. PYTHONPATH

And in this line there's a typo:

export PYTHONPATH=/path/to/bbtutor/bitbake/lib:$PYHTONPATH

I expect it should be:

export PYTHONPATH=/path/to/bbtutor/bitbake/lib:$PYTHONPATH

Well, unless perhaps both instances should be PYTHON_PATH!

Comments (1)

  1. Log in to comment