Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --force-reinstall flag to pip3 install #21

Merged
merged 1 commit into from
Jul 12, 2022

Conversation

joncppl
Copy link
Contributor

@joncppl joncppl commented Jul 11, 2022

pip will skip the installation if the installed package version is the same as the current. However, during development, coders will likely rebuild multiple times without changing the package version. --force-reinstall achieves this.

I think it worth considering how to achieve an implementation of colcon's --symlink-install, as this is a very useful tool for development iteration.

  pip will skip the installation if the installed package version
  is the same as the current. However, during development, coders
  will likely rebuild multiple times without changing the package
  version. --force-reinstall achieves this.
@velovix
Copy link
Member

velovix commented Jul 12, 2022

Thanks for the contribution!

@velovix velovix merged commit 0316c8e into UrbanMachine:main Jul 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants