missing username at workspace example
https://doc.zih.tu-dresden.de/software/tensorflow/#tensorflow-console
the example doesn't include the username at the workspace name
It's:
- virtualenv --system-site-packages /scratch/ws/1/python_virtual_environment/env
- source /scratch/ws/1/python_virtual_environment/env/bin/activate
I believe should be:
- virtualenv --system-site-packages /scratch/ws/1/<username>-python_virtual_environment/env
- source /scratch/ws/1/<username>-python_virtual_environment/env/bin/activate