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

app-data copies by default #1578

Merged
merged 1 commit into from
Feb 11, 2020
Merged

app-data copies by default #1578

merged 1 commit into from
Feb 11, 2020

Conversation

gaborbernat
Copy link
Contributor

@gaborbernat gaborbernat commented Feb 11, 2020

Allow opt-in to symlink method via --symlink-app-data.

Resolves #1563.

@gaborbernat gaborbernat changed the title no longer symlink by default on app-data, but allow opt-in via --symlink-app-data app-data copies by default Feb 11, 2020
Copy link
Contributor

@asottile asottile left a comment

Choose a reason for hiding this comment

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

<3 thanks for this, really appreciate it!

parser.add_argument(
"--symlink-app-data",
dest="symlink_app_data",
action="store_true" if can_symlink else "store_false",
Copy link
Contributor

Choose a reason for hiding this comment

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

clever! I like it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

virtualenv 20: is the symlink hack really worth it?
2 participants