You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to run this shell command in that conda env to install web drivers for playwright python package. I don't know know how to call this from Playwright.jl package which is let's say
module Playwright
#...
#...
#...
function __init__()
copy!(playwright, pyimport(.....)
# here I need to run `playwright install` in that env
end
#...
#...
end
This is how the python output looks like in pytest-playwright conda env
The text was updated successfully, but these errors were encountered:
AbhimanyuAryan
changed the title
follow up question to issues #1017 how to run shell commands with activated env
follow up question to issue #1017 how to run shell commands with activated env
Dec 10, 2022
but yes @hhaensel I have gotten it to work on my windows machine. I am trying to understand how to install playwright drivers i.e. $playwright install from within inside of Julia while using the PyCall's conda environment. Because without the drivers the API won't work
page and all the playwright python API need to have drivers configured.
once I successfully install the
playwright
package with PyCall.jlI need to run this shell command in that conda env to install web drivers for playwright python package. I don't know know how to call this from
Playwright.jl
package which is let's sayThis is how the python output looks like in
pytest-playwright
conda envThe text was updated successfully, but these errors were encountered: