TessorFlow Machine Learning - RealWorld-Yuchen-Yang/Notes GitHub Wiki

Virtual Environment Location

~/Documents/TensorFlowWorkSpace

Commands (current file system location should be in the workspace's directory)

  • 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
⚠️ **GitHub.com Fallback** ⚠️