export http_proxy="http://proxypath.com:<port>"
export https_proxy="http://proxypath.com:<port>"
#example
export http_proxy="http://proxy.flagmaker.com:8080"
export https_proxy="http://proxy.flagmaker.com:8080"
# use export for linux and set for windows