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 elvish activation script #10670

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Add elvish activation script #10670

wants to merge 3 commits into from

Conversation

balthild
Copy link

Summary

Supports activation script for elvish

Test Plan

I filled the template variables manually and tried in a project. It works well.

D:\Projects\Python\project-name on ξ‚  main [?] is πŸ“¦ v0.1.0 via 🐍 v3.13.1 
❯ python -V
Python 3.13.1

D:\Projects\Python\project-name on ξ‚  main [?] is πŸ“¦ v0.1.0 via 🐍 v3.13.1 
❯ source .venv\Scripts\activate.elv

D:\Projects\Python\project-name on ξ‚  main [?] is πŸ“¦ v0.1.0 via 🐍 v3.12.8 (project-name) 
❯ python -V
Python 3.12.8

D:\Projects\Python\project-name on ξ‚  main [?] is πŸ“¦ v0.1.0 via 🐍 v3.12.8 (project-name) 
❯ deactivate

D:\Projects\Python\project-name on ξ‚  main [?] is πŸ“¦ v0.1.0 via 🐍 v3.13.1 
❯ python -V
Python 3.13.1

@Gankra Gankra added enhancement New feature or improvement to existing functionality virtualenv Related to virtual environments labels Jan 16, 2025
@zanieb zanieb added the needs-decision Undecided if this should be done label Jan 16, 2025
@zanieb
Copy link
Member

zanieb commented Jan 16, 2025

We'll need to decide if we want to maintain support for additional shells.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improvement to existing functionality needs-decision Undecided if this should be done virtualenv Related to virtual environments
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants