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

Fix symlinks that point to the old virtual env #17

Merged
merged 2 commits into from
Jun 7, 2015

Conversation

marcosdiez
Copy link
Contributor

First of all, congrats for the nice tool. It saves us a lot of time!

Sometimes the source virtual environment has symlinks that point to itself

the issue I had were:

$OLD_VIRTUAL_ENV/local/lib points to $OLD_VIRTUAL_ENV/lib
$OLD_VIRTUAL_ENV/local/bin points to $OLD_VIRTUAL_ENV/bin

which was causing pip to complain about updating the packages because they were out of the virtual environment.

this pull request makes sure
$NEW_VIRTUAL_ENV/local/lib will point to $NEW_VIRTUAL_ENV/lib

I also took the liberty to bump the version to 0.2.6

if possible, please release a new version on pypy because this would make our life easier.

@marcosdiez marcosdiez changed the title master Fix symlinks that point to the old virtual env May 21, 2015

version_info = (0, 2, 4)
version_info = (0, 2, 6)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I took the liberty of bumping the version. I choose 0.2.6 because the official pip release is 0.2.5

@marcosdiez
Copy link
Contributor Author

Hello @edwardgeorge

did you have time to consider my pull request?

edwardgeorge added a commit that referenced this pull request Jun 7, 2015
Fix symlinks that point to the old virtual env
@edwardgeorge edwardgeorge merged commit 9b9cbd6 into edwardgeorge:master Jun 7, 2015
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