Skip to content

chucki912/environment_setting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

environment_setting

check the anaconda setting

conda info --envs

create and use another environment rather than 'base'

conda create --name DS_ML python =3.7

install ipykernel on created environment

python -m ipykernel install --user --name DS_ML --display-name "Python (DSML)"

conda install ipykernel

check

cd /

Remove conda environment

sudo rm -rf anaconda

install in virtual environment

python -m ipykernel install --user

ipython kernel install --user --name 가상환경 --display-name "Python(가상환경)"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published