Skip to content Skip to sidebar Skip to footer
Showing posts with the label Packages

How To Build Debian Package With Cpack To Execute Setup.py?

Until now, my project had only .cpp files that were compiled into different binaries and I managed… Read more How To Build Debian Package With Cpack To Execute Setup.py?

How To Refresh Sys.path?

I've installed some packages during the execution of my script as a user. Those packages were t… Read more How To Refresh Sys.path?

Anaconda Python: Delete .tar.gz In Pkgs

Would it be a problem to delete *.tar.gz files in C:\Users\username\AppData\Local\conda\pkgs? I als… Read more Anaconda Python: Delete .tar.gz In Pkgs

Use C++ Compiled Library In Virtualenv

Notes This is a python-2.7/django-1.6 project I have a project that requires the use of the libRET… Read more Use C++ Compiled Library In Virtualenv