/* check which python installed on your host machine */ $ which python > /usr/bin/python3 #create a symbolic link `sudo ln -s /usr/bin/python3 /usr/bin/python`