作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
高拉夫·潘迪
我使用了命令
Sys.setenv(http_proxy="http://myusername:pswd@host:port")
cannot open: HTTP status was '407 Proxy Authentication Required
最佳答案
您为运行 R 的进程设置环境。当 R 的实例退出时,进程消失,环境消失。
您不能为父进程设置环境。
将这些命令放入 /etc/profile
或 ~/.bash_profile
反而:
export http_proxy
http_proxy=http://myusername:pswd@host:port
bash
):
export http_proxy=http://myusername:pswd@host:port
R
之前在 shell 中运行命令.
关于r - 如何在 R ( ubuntu ) 中设置代理,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15462581/
我是一名优秀的程序员,十分优秀!