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

feature: Provide the option to use system packages for poetry projects #133

Open
1 of 4 tasks
rnc opened this issue Jul 1, 2020 · 2 comments
Open
1 of 4 tasks

feature: Provide the option to use system packages for poetry projects #133

rnc opened this issue Jul 1, 2020 · 2 comments

Comments

@rnc
Copy link
Contributor

rnc commented Jul 1, 2020

Issue Details

Please provide the following details when opening an issue:

Operating System (uname -a)

Fedora 32

zsh version (zsh --version)

5.8

autoswitch-virtualenv version

echo "$AUTOSWITCH_VERSION")
<your version here>

3.0.0

How is zsh-autoswitch-virtualenv installed?

  • zplug
  • oh-my-zsh
  • Antigen
  • Other (please specify)
    Manual checkout

Steps to reproduce the issue

Would it be feasible to integrate ideas from

and provide an option to use system packages for poetry?

gist link to your zshrc

@MichaelAquilina
Copy link
Owner

Likely to be possible. This is already somewhat supported in virtualenv projects so its just a matter of extending that support.

Is the main reason to want this to prevent redundancy and improve install times?

@rnc
Copy link
Contributor Author

rnc commented Jul 1, 2020

Exactly that reason :-)

I tended to run as mkvenv --system-site-packages so it be useful to support some form of standardised pattern to handle this ( even if its a mkvenv specific that the processes the argument as appropriate)

@MichaelAquilina MichaelAquilina changed the title Poetry feature: Provide the option to use system packages for poetry projects Aug 5, 2020
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

No branches or pull requests

2 participants