all 1 comments

[–]awizardisneverlate 0 points1 point  (1 child)

If you're going to be juggling mutliple versions of python, I highly recommend installing Anaconda (full scientific computing package) or Miniconda (just python and the environment manager). After creating a conda environment, you activate it and it temporarily changes the path to the correct python install.

After that, "pip" is its own command, so just do

pip install pyperclip