I want to create a setup.py file, which will install a Python module (say, abc) and make a folder abc inside of /Library/Python/2.7/site-packages instead of making an abc.egg file.
According to this answer, you can use
pip install .
to install the package from inside the /path/to/your/setup.py/ to achieve that result.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With