我正在尝试在模拟 ARM 机器(使用 Debian 7)上编译 Python 3.4.1。./configure给我
checking for g++... no
Run Code Online (Sandbox Code Playgroud)
但是安装了 g++。那么可能是什么问题呢?我知道它不是严格需要的,但我更喜欢make将 g++ 用于 c++ 代码。
我已经在 Firefox 中手动配置了代理,并且可以正常工作。我也尝试在命令行中使用它,但它失败了:
>set http_proxy=http://USERNAME:PASSWORD@HOST:PORT
>set https_proxy=https://USERNAME:PASSWORD@HOST:PORT
>
>ping www.google.com
Pinging www.google.com with 32 bytes of data:
Request timed out.
Run Code Online (Sandbox Code Playgroud)
我也尝试将 http 用于 https_proxy,但没有结果。由于我不是管理员,因此我无法将它们配置为 envvars。为什么会出错,我该怎么办?