Top "Package" 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).

relative path not working even with __init__.py

I know that there are plenty of similar questions on stack overflow. But the common answer doesn't seem to be …

python import package python-import importerror
How to install my own python module (package) via conda and watch its changes

I have a file mysql.py, which I use in almost all of my projects. Since I do not want …

python module package anaconda miniconda
Installing packages in a local directory

What is the best practice to install packages (those with go get...) in a local directory? Example: I'd like to …

installation package go local
How to publish nuget prerelease version package

I understand how to publish a nuget package using nuget command line nuget command line But I Have searched around …

package nuget pack
Why #egg=foo when pip-installing from git repo

When I do a "pip install -e ..." to install from a git repo, I have to specify #egg=somename or …

python package pip
PEAR package install fails

i try to install packages from pear.phpqatools.org/phpqatools First of all command pear config-get php_dir returns D:\…

php console phpunit package pear
adding RMySQL package to R fails (on Windows)?

I can't figure out why my RMySQL package won't install - here's what I get: > install.packages('RMySQL',type=…

mysql r package rmysql
NPM package 'bin' script for Windows

Cucumber.js is supplying a command-line "binary" which is a simple .js file containing a shebang instruction: #!/usr/bin/env …

windows node.js posix package npm
Create cross platform Java SWT Application

I have written a Java GUI using SWT. I package the application using an ANT script (fragment below). <jar …

ant cross-platform jar swt package
Error in install.packages : type =="both" cannot be used with 'repos =NULL'

Actually I am trying to install packages offline. I have R studio. what I do is based on previously asked …

r zip package install.packages binaries