79289437

Date: 2024-12-17 21:56:00
Score: 0.5
Natty:
Report link

I had to pip install a pypi only package (no conda package) in a conda environment - this is how I did it (on a mac, in this case):

/opt/anaconda3/envs/<name of conda environment>/bin/python -m pip install <name of package to install>

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Geoff