Skip to content
New issue

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指令整理(同學有問題先參考這裡) #1

Open
joshhu opened this issue Dec 5, 2024 · 0 comments
Open

conda指令整理(同學有問題先參考這裡) #1

joshhu opened this issue Dec 5, 2024 · 0 comments

Comments

@joshhu
Copy link
Owner

joshhu commented Dec 5, 2024

環境建立相關

建立conda環境

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant