summarylogtreecommitdiffstats
path: root/bitbake.install
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake.install')
-rw-r--r--bitbake.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake.install b/bitbake.install
index 68ab95bf3dd8..b46142ee9182 100644
--- a/bitbake.install
+++ b/bitbake.install
@@ -1,4 +1,4 @@
post_install() {
- echo "Please add to `/usr/lib/python2.7/site-packages/bb' to PYTHONPATH shell variable in order for bitbake to work."
- echo "example: echo export PYTHONPATH=/usr/lib/python2.7/site-packages/bb >> ~/.bash_profile"
+ echo "Please add to '/usr/lib/python3.6/site-packages/bb' to PYTHONPATH shell variable in order for bitbake to work."
+ echo "example: echo export PYTHONPATH=/usr/lib/python3.6/site-packages/bb >> ~/.bash_profile"
}