Note
- You can copy any part that you want. Feel free!
- You can skip Step 1 and 2 if you aleady installed Poetry.
python3 -m pip install poetry
poetry --version
poetry init
poetry add tensorflow matplotlib ipykernel
poetry env info --path
source your-poetry-venv/bin/activate
ipython kernel install --name "your-new-poetry-env-name" --user
# OR poetry run ipython kernel install --name "tessaract-ocr-python-tuto" --user
Hi @Ketan-K17, sorry for the late reply.
poetry install
successfully?poetry env info --path
gives you a proper virtual environment path like this:Here, you might get an error because
/bin/activate
does not exist.