Skip to content
Snippets Groups Projects
Commit 2f7985d4 authored by Guilherme Calandrini's avatar Guilherme Calandrini
Browse files

added the username to the example

parent 4c8f070f
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