Questions tagged [pyenv]

pyenv lets you switch between multiple versions of Python. It's unobtrusive and follows the UNIX tradition of single-purpose tools that do one thing well.

pyenv lets you switch between multiple versions of Python. It's unobtrusive and follows the UNIX tradition of single-purpose tools that do one thing well.

https://github.com/yyuu/pyenv

857 questions
-3
votes
1 answer

Pip cannot install some Python packages due to missing platform tag in M1 Mac

Lately I have been facing issues installing packages through pip. For e.g. when I try to install the torch package, it fails with the below error > arch arm64 > python --version 3.10.12 ❯ pip --version …
Vinay
  • 1,473
  • 4
  • 14
  • 24
-3
votes
1 answer

How to keep track of which pyenv virtualenv goes with my project?

pyenv virtualenv puts virtual environments somewhere besides the directory they were called in. This means that when I come back to a project months later, I'm left to guess at what virtual environment I had set up for it. Being a trivial problem, I…
pixelearth
  • 13,674
  • 10
  • 62
  • 110
1 2 3
57
58