반응형
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.
728x90
'SW > Others' 카테고리의 다른 글
Multicast WiFi에 대해 알아보자. (0) | 2020.10.11 |
---|---|
git 받아 쓰는 입장에서 자주 사용하는 명령어 (0) | 2020.10.07 |
Pytorch_Tutorial : Neural Net (0) | 2020.09.20 |
Pytorch_Tutorial : Plus/Minus and transfer to/from numpy (0) | 2020.09.20 |
Install Tensorflow 2.1, Ubuntu 18.04, Cuda 10.1 (0) | 2020.08.06 |