Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

树莓派下的 chromium 应该怎么设置 #527

Answered by Arondight
mark9804 asked this question in Q&A
Discussion options

You must be logged in to vote

直接使用系统自带的 chromium,包名和路径见 #465

添加以下代码到对应用户的 ~/.bashrc ,或者添加到 /etc/profile.d/ 下作为全用户通用的配置。

export PUPPETEER_SKIP_DOWNLOAD='true'
export PUPPETEER_EXECUTABLE_PATH='/usr/lib/chromium/chromium'

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by Arondight
Comment options

mark9804
Dec 27, 2021
Collaborator Author

You must be logged in to vote
5 replies
@Arondight
Comment options

@mark9804
Comment options

mark9804 Dec 27, 2021
Collaborator Author

@Arondight
Comment options

@mark9804
Comment options

mark9804 Dec 27, 2021
Collaborator Author

@Arondight
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants