cloudmesh / client

Deprecated: Version 3 of cloudmesh is a light weight cloud client to manage virtual clusters
http://cloudmesh.github.io/client
Other
3 stars 12 forks source link

install: pip install . issues #229

Closed laszewsk closed 8 years ago

laszewsk commented 8 years ago

during the development pip install .does not work. It requires an uninstall of the package prior to running pip install .

This does not happen with python setup.py install

so we need to figure out how to properly use pip install . so it upgrades to a new version without resinstalling each package.

fugangwang commented 8 years ago

pip install -U . works

On Friday, May 27, 2016, Gregor von Laszewski notifications@github.com wrote:

during the development pip install .does not work. It requires an uninstall of the package prior to running pip install .

This does not happen with python setup.py install

so we need to figure out how to properly use pip install . so it upgrades to a new version without resinstalling each package

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/cloudmesh/client/issues/229, or mute the thread https://github.com/notifications/unsubscribe/ABS9UZWf5NjD7h9DZW40XNUTD1ULzzJJks5qFqIbgaJpZM4IoQWZ .

badmutex commented 8 years ago

As Fugang said: pip install -U . does this. The documentation is updated in 27a124d