Skip to content
Snippets Groups Projects
Commit b0bce202 authored by Jan Frenzel's avatar Jan Frenzel
Browse files

Merge branch '408-missing-username-at-example' into 'preview'

added the username to the example

Closes #408

See merge request !708
parents 4c8f070f 2f7985d4
No related branches found
No related tags found
2 merge requests!717Automated merge from preview to main,!708added the username to the example
...@@ -74,9 +74,9 @@ import TensorFlow: ...@@ -74,9 +74,9 @@ import TensorFlow:
[...] [...]
marie@ml$ which python #check which python are you using marie@ml$ which python #check which python are you using
/sw/installed/Python/3.7.2-GCCcore-8.2.0 /sw/installed/Python/3.7.2-GCCcore-8.2.0
marie@ml$ virtualenv --system-site-packages /scratch/ws/1/python_virtual_environment/env marie@ml$ virtualenv --system-site-packages /scratch/ws/1/marie-python_virtual_environment/env
[...] [...]
marie@ml$ source /scratch/ws/1/python_virtual_environment/env/bin/activate marie@ml$ source /scratch/ws/1/marie-python_virtual_environment/env/bin/activate
marie@ml$ python -c "import tensorflow as tf; print(tf.__version__)" marie@ml$ python -c "import tensorflow as tf; print(tf.__version__)"
[...] [...]
2.3.1 2.3.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment