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 make clean #70

Merged
merged 1 commit into from
Oct 3, 2015
Merged

Add make clean #70

merged 1 commit into from
Oct 3, 2015

Conversation

sirex
Copy link
Contributor

@sirex sirex commented Oct 1, 2015

Some times environment has to be cleaned and rebuild from scratch.

See: https://groups.google.com/d/topic/python-dirbtuves/a5nMBPJXYM4/discussion

Some thimes environment has to be cleaned and rebuild from scratch.

See: https://groups.google.com/d/topic/python-dirbtuves/a5nMBPJXYM4/discussion
@iakovleva
Copy link
Contributor

Should I merge this branch into remote master at first and then merge remote and my local branches?

@iakovleva iakovleva assigned sirex and unassigned iakovleva Oct 3, 2015
@sirex
Copy link
Contributor Author

sirex commented Oct 3, 2015

I think you can merge this to master, then checkout master, pull changes, run make clean (if you still need this) and then switch back to you branch.

make clean would do the same thing on any branch, because it works on files excluded from version control, so if you still have issue after python upgrade, then it is enough to run make clean while your active branch is master, then switch back to you branch and run make to rebuild you environment to make it use upgraded python.

iakovleva added a commit that referenced this pull request Oct 3, 2015
@iakovleva iakovleva merged commit 19d24a8 into master Oct 3, 2015
@iakovleva
Copy link
Contributor

Thank you, this worked for me.

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.

None yet

2 participants