Changes between Version 2 and Version 3 of Dev2021-4-15
- Timestamp:
- Apr 15, 2021, 6:03:44 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Dev2021-4-15
v2 v3 33 33 - Would prefer that "make install" does the install even with same version number. 34 34 - Another scenario from Eric: make install in bundles after atomic_lib change of C++ Ring class to rebuild 10 bundles that depend on atomic_lib didn't install any. 35 - Greg says even if this tried to install the correct tools a problem would be that the sync directory would have copies of older wheels that the bundle level make would try to reinstall. 35 36 - Greg mentions that pip --force option used to force reinstall does not update dependencies. 36 37 - Discussed whether pip uninstall followed by pip install could solve some of these install problems when version number does not change.