Xserver Condaインストール

インストール

ホームに移動
cd

Minicondaダウンロード
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh

インストール
bash Miniconda3-latest-Linux-x86_64.sh 

.bachrc再読込
source .bashrc

バージョンチェック
conda --version
python --version

conda作成(ここでは python=3.10)
conda create --name py310 python=3.10

condaの起動

指定環境をアクティブにする
conda activate py310

condaの停止

conda deactivate

condaのインストール

Flask系の作業をすすめる

conda install Flask or python -m pip install Flask

This website stores cookies on your computer. These cookies are used to provide a more personalized experience and to track your whereabouts around our website in compliance with the European General Data Protection Regulation. If you decide to to opt-out of any future tracking, a cookie will be setup in your browser to remember this choice for one year.

Accept or Deny

タイトルとURLをコピーしました