You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I would like to try your pakage and I was able to paste your code for installation in my terminal, but
#OPTIONAL - install this in a virtual environment
python -m venv .venv && source .venv/bin/activate
pip install .
will not work:
me@Mac-mini epub2tts-edge % python -m venv .venv && source .venv/bin/activate
It looks like you do have pyenv installed and working which is good news.
Try running pyenv local in the repo directory to confirm it's set properly there. Then try python --version (which SHOULD work), if that doesn't work try python3 --version.
You can also confirm binaries are available by running which python and which pip.
BTW the pyenv steps would only need to be done once, and they should happen before creating the virtual environment with python -m venv .venv.
Hi,
I would like to try your pakage and I was able to paste your code for installation in my terminal, but
#OPTIONAL - install this in a virtual environment
python -m venv .venv && source .venv/bin/activate
pip install .
will not work:
me@Mac-mini epub2tts-edge % python -m venv .venv && source .venv/bin/activate
zsh: command not found: python
me@Mac-mini epub2tts-edge % pip install .
zsh: command not found: pip
me@Mac-mini epub2tts-edge %
I also tried epub2tts-edge conf.epub in a directory where I put the ebook, but I get the message zsh: command not found: epub2tts-edge
I also typed:
me@Mac-mini epub2tts-edge % pyenv install 3.11
pyenv: /Users/dg/.pyenv/versions/3.11.11 already exists
continue with installation? (y/N) n
me@Mac-mini epub2tts-edge % pyenv local 3.11
I am really a beginner, so please do not hesitate to tell me if something obvious is missing.
The text was updated successfully, but these errors were encountered: