TessorFlow Machine Learning - RealWorld-Yuchen-Yang/Notes GitHub Wiki
~/Documents/TensorFlowWorkSpace
- Active the virtualenv environment
source bin/active
Note: the preceding source command should change your prompt to (tensorflow)
- When the virtualenv environment is active, you may run TensorFlow programs from this shell
- Deactive the virtualenv environment
deactivate
- Uninstalling TensorFlow
rm -r ~/Documents/TensorFlowWorkSpace