Fixed typo in troubleshooting
This commit is contained in:
@@ -107,7 +107,7 @@
|
|||||||
" venv_name = os.path.basename(virtual_env)\n",
|
" venv_name = os.path.basename(virtual_env)\n",
|
||||||
" print(f\"Environment Name: {venv_name}\")\n",
|
" print(f\"Environment Name: {venv_name}\")\n",
|
||||||
"\n",
|
"\n",
|
||||||
"if conda_name != \"llms\" and virtual_env != \"llms\":\n",
|
"if conda_name != \"llms\" and venv_name != \"llms\" and venv_name != \"venv\":\n",
|
||||||
" print(\"Neither Anaconda nor Virtualenv seem to be activated with the expected name 'llms'\")\n",
|
" print(\"Neither Anaconda nor Virtualenv seem to be activated with the expected name 'llms'\")\n",
|
||||||
" print(\"Did you run 'jupyter lab' from an activated environment with (llms) showing on the command line?\")\n",
|
" print(\"Did you run 'jupyter lab' from an activated environment with (llms) showing on the command line?\")\n",
|
||||||
" print(\"If in doubt, close down all jupyter lab, and follow Part 5 in the SETUP-PC or SETUP-mac guide.\")"
|
" print(\"If in doubt, close down all jupyter lab, and follow Part 5 in the SETUP-PC or SETUP-mac guide.\")"
|
||||||
|
|||||||
Reference in New Issue
Block a user