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
At the command, pyenv install $(cat .python-version), executed from inside the repo root directory, the install fails with the error: cat: .python-version: No such file or directory
Please advise how to fix. Thanks!
The text was updated successfully, but these errors were encountered:
At the command,
pyenv install $(cat .python-version)
, executed from inside the repo root directory, the install fails with the error:cat: .python-version: No such file or directory
Please advise how to fix. Thanks!
The text was updated successfully, but these errors were encountered: