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 request: ability to import in poetry Python shell #118

Open
mvadari opened this issue Jan 31, 2023 · 1 comment
Open

Feature request: ability to import in poetry Python shell #118

mvadari opened this issue Jan 31, 2023 · 1 comment

Comments

@mvadari
Copy link

mvadari commented Jan 31, 2023

It would be really nice if instead of needing to install the package using pip install ./cmake_example, you could use Poetry's built-in shell to run the package locally. I do this regularly with other packages that use poetry.

Example:

$ poetry run python
>>> import cmake_example
>>>
@henryiii
Copy link
Collaborator

henryiii commented Mar 2, 2023

And how do you plan to build it? Other packages don't build anything, they just point at Python source code.

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