Top "Packages" questions

Package broadly refers to two things: 1) a usable unit/component of built/compiled software, or 2) a partition of the global namespace (Java).

Does uninstalling a package with "pip" also remove the dependent packages?

When you use pip to install a package, all the required packages will also be installed with it (dependencies). Does …

python packages pip
Sibling package imports

I've tried reading through questions about sibling imports and even the package documentation, but I've yet to find an answer. …

python packages python-import siblings
Package name does not correspond to the file path - IntelliJ

I'm trying to import a project from VCS (well, I'm doing it for the first time actually) and this is …

intellij-idea packages project-structure
Load multiple packages at once

How can I load a bunch of packages at once with out retyping the require command over and over? I've …

r packages
Can't uninstall/reinstall NuGet package

I've set up my project with Visual Studio Express 2012, added some C# code, and successfully compiled/deployed to emulator. At …

c# visual-studio windows-phone-8 nuget packages
Can I use __init__.py to define global variables?

I want to define a constant that should be available in all of the submodules of a package. I've thought …

python global-variables module packages init
List all the modules that are part of a python package?

Is there a straightforward way to find all the modules that are part of a python package? I've found this …

python module packages introspection python-import
Windows 7, update.packages problem: "unable to move temporary installation"?

I am using R 2.13.0 with windows 7, after giving my user full privileges to the R folder (as described here). This …

r windows-7 permissions packages file-permissions
Upgrade python packages from requirements.txt using pip command

How do I upgrade all my python packages from requirements.txt file using pip command? tried with below command $ pip …

python pip packages requirements.txt
Simple statistics - Java packages for calculating mean, standard deviation, etc

Could you please suggest any simple Java statistics packages? I don't necessarily need any of the advanced stuff. I was …

java math statistics packages