Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
The Installation Location of Python Packages Using Pip
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
When installing a Python package using pip
without using sudo
or the root
user,
the package is installed into the user's local directory at
~/.local/lib/python3.7/site-packages
(using Python …
Good C++ Libraries
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Good C++ Libraries
- Armadillo: linear algebra
- it++: signal processing
- shogun: a large scale machine learning toolbox
- boost: an advanced general purpose C++ library
- dlib: a general purpose cross-platform C++ library designed …