반응형

1. virtualenv

1) Make NEW virtual environment, Type the NAME you want to use

virtualenv --system-site-packages -p python3 ./NAME

 

2) Run NEW virtual env.

source ./NAME/bin/activate

 

3) Then the work is done, type below

deactivate

 

 

2.1) Run jupyter notebook

jupyter notebook

 

TIP

 

 

Ref.

www.tensorflow.org/install/pip?hl=ko

728x90

+ Recent posts