I pip installed s3cmd
into my conda
environment. I would like to be able to run this script the way the guide shows https://github.com/s3tools/s3cmd
i.e
s3cmd --configure
The .py file installed itself here:
C:\Users\me\miniconda3\envs\my_env\Scripts
Do I need to create a .bat file or something?