From 2f7985d4b333a17544ce79770489cf94f48ef529 Mon Sep 17 00:00:00 2001 From: Guilherme Calandrini <gupa977e@tu-dresden.de> Date: Mon, 10 Oct 2022 15:47:08 +0200 Subject: [PATCH] added the username to the example --- doc.zih.tu-dresden.de/docs/software/tensorflow.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc.zih.tu-dresden.de/docs/software/tensorflow.md b/doc.zih.tu-dresden.de/docs/software/tensorflow.md index df655fdb2..58b99bd1c 100644 --- a/doc.zih.tu-dresden.de/docs/software/tensorflow.md +++ b/doc.zih.tu-dresden.de/docs/software/tensorflow.md @@ -74,9 +74,9 @@ import TensorFlow: [...] marie@ml$ which python #check which python are you using /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__)" [...] 2.3.1 -- GitLab