We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
conda create -n linebot python=3.12
conda env list
conda activate linebot
conda env remote -n linebot
conda env config vars set NGROK_AUTHKEY="2fVi1oMPstgbv7paYLZajgakjgag8a;gajgKv81"
conda env config vars list
conda env config vars unset NGROK_AUTHKEY
The text was updated successfully, but these errors were encountered:
No branches or pull requests
環境建立相關
建立conda環境
查看現有環境
切換至某個虛擬環境
刪除整個環境
變數相關
設定變數
查看所有變數
刪除某個變數(只要打變數名不用打值)
The text was updated successfully, but these errors were encountered: