-
-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 0.9.2 does not find px.ini in script folder #213
Comments
Can you please confirm if px.ini does get updated in the script directory with your pac url? On powershell, you need to change |
Never mind - this is broken when running Px in |
I confirm the explicitly targeted
I use powershell core, and the |
Regarding the --install option and the Run registry command:
It seems the
But
I will try that. |
After configuring Px from the command line from the $HOME folder:
I manually set the Run registry key with the following PowerShell command:
and Px correctly started on login without a window and with the upstream Proxy Auto-Configuration. Could you fix:
The documentation should be updated to reflect the actual working installation for Windows. |
Hi,
I installed
px
using scoop. The script ends in$HOME\scoop\apps\px\current
.I installed
px
to run on login:$HOME\scoop\apps\px\current\pythonw.exe -m px --install
I configured
px
to use my upstream proxy.pac:px --pac=<proxy.pac.url> --save --config=$HOME\scoop\apps\px\current\px.ini
Upon re-relogin,
px
is started but does not use the configure upstream proxy.pac.I tried to work around by:
PX_CONFIG
environment property, but it seems to not be set in the context of the Run commandDid I misundertood how this is supposed to work?
Thank you.
The text was updated successfully, but these errors were encountered: