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

auto-venv for python: update to be compatible with nu 0.80 #513

Merged
merged 3 commits into from May 26, 2023

Conversation

hyiltiz
Copy link
Contributor

@hyiltiz hyiltiz commented May 26, 2023

It is throwing various syntax errors due to dependence on old syntax or deprecated behavior. Updated the scripts so they now run, but it does not work yet; some of the semantics are not correct (some variables are storing closures rather than the evaluated values of that closure etc.)

Some extra work is needed before we can merge a working script. I have never been able to get auto-venv working with previous nu versions. Need help from anyone who has experience with patching it up.

@fdncred fdncred merged commit 272b7e2 into nushell:main May 26, 2023
@fdncred
Copy link
Collaborator

fdncred commented May 26, 2023

Thanks

@hyiltiz
Copy link
Contributor Author

hyiltiz commented May 26, 2023

Everything works now. It would be quite helpful if we could ship some mechanism supporting venvs with "factory" binaries. Maybe some of the most useful scripts as a plugin/module?

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