79207676

Date: 2024-11-20 14:43:23
Score: 1
Natty:
Report link

Try activating the virtual environment first and then install the package.

$ python3 -m venv $HOME/.venvs/MyEnv

$ source $HOME/.venvs/MyEnv/bin/activate

$ pip install <some_package>

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