Flutter環境變數配置

2022-09-12 00:39:20 字數 2331 閱讀 1394

在當前使用者目錄下建立.bash_profile檔案,如果該檔案已經存在,則直接開啟.

open -e .bash_profile
export pub_hosted_url=

export flutter_storage_base_url=

export path=/users/hujintao/flutter/bin:$path

export android_home=$home/library/android/sdk

export path=$path:$android_home/tools

export path=$path:$android_home/tools/bin

export path=$path:$android_home/platform-tools

export path=$path:$android_home/emulator

export rn=/usr/local/bin

export path=$rn:$path

export gradle_home

export path=$path:$gradle_home/bin

export nvm_dir=~/.nvm

source $(brew --prefix nvm)/nvm.sh

終端執行命令flutter doctor檢測安裝依賴

✗ libimobiledevice and ideviceinstaller are not installed. to install with

brew, run:

brew update

brew install --head usbmuxd

brew link usbmuxd

brew install --head libimobiledevice

brew install ideviceinstaller

✗ ios-deploy not installed. to install:

brew install ios-deploy

[!] android studio (version 3.4)

✗ flutter plugin not installed; this adds flutter specific functionality.

✗ dart plugin not installed; this adds dart specific functionality.

[!] intellij idea ultimate edition (version 2018.1.4)

✗ flutter plugin not installed; this adds flutter specific functionality.

✗ dart plugin not installed; this adds dart specific functionality.

[!] vs code (version 1.35.1)

✗ flutter extension not installed; install from

解決方案:開啟android studio, 開啟plugin;

輸入flutter搜尋,點選中間的 search in repositories;

需要安裝兩個外掛程式:

配置模擬器

//終端下建個資料夾,用命令建立乙個flutter專案

//進入專案

//run起來

MAC下面配置flutter環境變數

以下是正式步驟 在桌面環境下面開啟終端 command 空格開啟聚焦視窗,搜尋終端 通過open zshrc開啟zshrc檔案,鍵入以下內容 source bash profile如果打不開檔案的話嘗試open zshrc,或者以下方式進行建立 touch zshrc open e zshrc 儲存...

環境變數配置

因為配置了ubuntu自帶的python和anaconda的python,所以需要改下環境變數,常用的指令就幾句,但是老記不住,所以部落格記錄下,省的到處查了。sudo gedit bashrc進入環境變數配置介面 source bashrc有時候我們需要同時跑多個程式,所以python的路徑可能就...

環境變數配置

右擊 此電腦 點選 屬性 左側選擇 高階系統設定 如下圖 選擇 高階 再點選 環境變數 就會如下圖所示 上部分是當前使用者的環境變數,下部分是系統的環境變數,適用所有使用者,一般而言,修改path都是更改系統變數。點選 新建 設定變數名和變數值後即可新建環境變數。如下圖 點選 編輯 在新視窗右側可以...