Skip to content

Commit 279a63e

Browse files
committed
changed the command for activating the venv
1 parent 22f6d4d commit 279a63e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/pyloghub_package_demo.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
]
3131
},
3232
{
33+
"attachments": {},
3334
"cell_type": "markdown",
3435
"id": "13b62547",
3536
"metadata": {},
@@ -59,7 +60,7 @@
5960
"2. **Activate the Virtual Environment**:\n",
6061
" - **Windows**: \n",
6162
" ```bash\n",
62-
" .\\loghub_env\\Scripts\\activate\n",
63+
" source loghub_env/Scripts/activate\n",
6364
" ```\n",
6465
" - **macOS/Linux**: \n",
6566
" ```bash\n",

0 commit comments

Comments
 (0)