From CPAN to PyPI

Installing perl modules from CPAN (http://www.cpan.org/) -


> cpan App::cpanminus

cpanm Module::Name

Python Package Index

https://pypi.python.org/pypi

One step installation process -


git install pip

pip install package

Where do they go in the unix directory structure?