• Home
  • About
    • Seokmin.Lee photo

      Seokmin.Lee

      Hello, I am a master's student in the Department of Convergence Security (Samsung Advanced Security) at Korea University.After graduation, I am expected as a security developer or researcher member of Samsung SDS.

    • Learn More
    • LinkedIn
    • Github
  • Posts
    • All Tags

Installing Anaconda in Linux os

03 Feb 2022

Get Ananconda

$ wget https://repo.anaconda.com/archive/Anaconda3-2019.10-Linux-x86_64.sh
$ bash Anaconda3-2019.10-Linux-x86_64.sh
-----------------
환경셋팅
$ bash ../Anaconda3-2019.10-Linux-x86_64.sh
-----------------
$ source ~/.bashrc

Create conda and access

$ conda create --name 가상환경이름 --clone 복제할가상환경이름 python=원하는버전
$ conda activate 가상환경이름

Installing Matplotlib

$ conda install matplotlib

ref: https://dambi-ml.tistory.com/6



linuxconda Share Tweet +1