RUST 在linux 系統的安裝
伺服器, 如何安裝rust 系統呢?
從網站上下載的rust-init.sh 如果配置代理的話會需要對curl 配置代理。 而且不見得有用。
修改 rust-init.sh
downloader() { 函式 部分下面的 curl 的程式碼 增加 代理伺服器。
if [ "$1" = --check ]
then need_cmd "$_dld"
elif [ "$_dld" = curl ]
then curl -x x.x.x.x:port -sSfL "$1" -o "$2"
elif [ "$_dld" = wget ]
然後再在 .bash_profile 中增加 一個 alias
alias curl='curl -x x.x.x.x:port -sSfL '
配置上代理伺服器, 然後就可以安裝了。
安裝完成後, 在 ~/.cargo/config 中 增加代理伺服器:
vi congfig
[http]
proxy="x.x.x.x:port"
[https]
proxy="x.x.x.x:port"
在 .gitconfig 檔案中增加同樣內容。
然後 就可以愉快的玩了。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/133735/viewspace-2220362/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Linux中如何安裝RabbitMQ?在linux系統中安裝Rabbitmq的方法LinuxMQ
- 在Linux系統安裝flash的步驟方法Linux
- Linux系統安裝,教你安裝一個屬於自己的Linux系統Linux
- Linux系統安裝Linux
- 如何判斷Linux系統安裝在VMware上?Linux
- 在Linux系統裡安裝VirtualBox的詳細步驟Linux
- Linux系統安裝——Centos 7.6安裝LinuxCentOS
- Linux系統安裝01-centos7系統安裝LinuxCentOS
- linux系統安裝nginxLinuxNginx
- Linux系統安裝VNCLinuxVNC
- Linux系統安裝redis教程。LinuxRedis
- VirtualBox下安裝Linux系統Linux
- Linux系統中安裝pipLinux
- Linux系統快速安裝JDKLinuxJDK
- 怎樣安裝Linux系統?Linux基礎教程之小白入門Linux系統安裝教程Linux
- linux中安裝JDK linux中安裝Tomcat linux中安裝Mysql 及故障解析 linux系統安裝redisLinuxJDKTomcatMySqlRedis
- # 2020-09-26 #「Linux」- 在作業系統安裝後……Linux作業系統
- Linux下怎麼安裝.deb格式的安裝包?Linux系統下.deb格式安裝包的安裝教程Linux
- 編譯安裝最新的Linux系統核心編譯Linux
- Linux 筆記分享二:Linux 系統安裝Linux筆記
- 全新 Kali Linux 系統安裝指南Linux
- Linux系統Tomcat安裝與配置。LinuxTomcat
- 國產Linux系統UOS安裝Linux
- Linux系統安裝Redis服務LinuxRedis
- linux系統安裝python3.6LinuxPython
- Linux系統安裝(CentOS6)LinuxCentOS
- 紅旗Linux系統安裝教程Linux
- Linux系統安裝ansiblle環境Linux
- Zookeeper 在Linux系統上的安裝,並且啟動zookeeper服務Linux
- Win10怎麼安裝linux雙系統?win10安裝linux雙系統教程Win10Linux
- Nginx在Linux下的安裝NginxLinux
- 【WSL2】在 Windows 10 中安裝 WSL2 的 Linux 子系統WindowsLinux
- mysql在linux安裝MySqlLinux
- Linux系統中常用的軟體安裝方式Linux
- 給VMware上的Linux系統安裝VMware ToolsLinux
- linux系統下window字型安裝方法Linux
- Linux系統下載mysql與安裝LinuxMySql
- Linux系統安裝和使用Kafka教程。LinuxKafka