summarylogtreecommitdiffstats
path: root/bitbake.install
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake.install')
-rw-r--r--bitbake.install5
1 files changed, 3 insertions, 2 deletions
diff --git a/bitbake.install b/bitbake.install
index b46142ee9182..a769dc814aba 100644
--- a/bitbake.install
+++ b/bitbake.install
@@ -1,4 +1,5 @@
post_install() {
- 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"
+ _pythonver=3.7
+ echo "Please add to '/usr/lib/python${_pythonver}/site-packages/bb' to PYTHONPATH shell variable in order for bitbake to work."
+ echo "example: echo export PYTHONPATH=/usr/lib/python${_pythonver}/site-packages/bb >> ~/.bash_profile"
}