Skip to content
Snippets Groups Projects
Commit 3382cdb1 authored by Martin Schroschk's avatar Martin Schroschk
Browse files

Merge branch 'fix-git-jupyterhubexample' into 'preview'

fix git clone command in example

See merge request !1160
parents c743e782 7137508e
No related branches found
No related tags found
2 merge requests!1164Automated merge from preview to main,!1160fix git clone command in example
...@@ -50,7 +50,7 @@ folder and add the file to the repository. ...@@ -50,7 +50,7 @@ folder and add the file to the repository.
=== "virtualenv" === "virtualenv"
```console ```console
marie@compute$ git clone git@gitlab.hrz.tu-chemnitz.de:zih/projects/p_lv_jupyter_course/clone_marie/jupyterlab_course.git marie@compute$ git clone git@gitlab.hrz.tu-chemnitz.de:zih/jupyterlab_course.git /projects/p_lv_jupyter_course/clone_marie/
[...] [...]
marie@compute$ cp requirements.txt /projects/p_lv_jupyter_course/clone_marie/jupyterlab_course marie@compute$ cp requirements.txt /projects/p_lv_jupyter_course/clone_marie/jupyterlab_course
marie@compute$ cd /projects/p_lv_jupyter_course/clone_marie/jupyterlab_course marie@compute$ cd /projects/p_lv_jupyter_course/clone_marie/jupyterlab_course
...@@ -61,7 +61,7 @@ folder and add the file to the repository. ...@@ -61,7 +61,7 @@ folder and add the file to the repository.
``` ```
=== "conda" === "conda"
```console ```console
marie@compute$ git clone git@gitlab.hrz.tu-chemnitz.de:zih/projects/p_lv_jupyter_course/clone_marie/jupyterlab_course.git marie@compute$ git clone git@gitlab.hrz.tu-chemnitz.de:zih/jupyterlab_course.git /projects/p_lv_jupyter_course/clone_marie/
[...] [...]
marie@compute$ cp requirements.txt /projects/p_lv_jupyter_course/clone_marie/jupyterlab_course marie@compute$ cp requirements.txt /projects/p_lv_jupyter_course/clone_marie/jupyterlab_course
marie@compute$ cd /projects/p_lv_jupyter_course/clone_marie/jupyterlab_course marie@compute$ cd /projects/p_lv_jupyter_course/clone_marie/jupyterlab_course
......
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