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

Basic usage questions #460

Closed
ghost opened this issue Oct 1, 2018 · 5 comments
Closed

Basic usage questions #460

ghost opened this issue Oct 1, 2018 · 5 comments

Comments

@ghost
Copy link

ghost commented Oct 1, 2018

  • How do I remove the virtualenv? I ended up doing it manually.
  • How do I change the python version if I want to upgrade that? I tried editing pyproject.toml to python = "3.7" (from 3.6) and running poetry install but it didn't do the upgrade.
  • Is there a way to get the path of the virtualenv in one command?
  • What is the cache?
@jgirardet
Copy link
Contributor

please read the doc et issues. almost everything is there.
I can also find help in the discuss group

@ghost
Copy link
Author

ghost commented Oct 1, 2018

  • Is there a way to get the path of the virtualenv in one command?

Has an open issue here. #401 Sorry I didn't look there before asking.

The other ones I was not able to figure out. What's the discuss group?

@jgirardet
Copy link
Contributor

jgirardet commented Oct 1, 2018

* How do I remove the virtualenv? I ended up doing it manually.

Yes for now you have to. You can create .venv dir in your folder if you want : https://poetry.eustace.io/docs/configuration/

* How do I change the python version if I want to upgrade that? I tried editing pyproject.toml to `python = "3.7"` (from 3.6) and running `poetry install` but it didn't do the upgrade.

https://poetry.eustace.io/docs/basic-usage/#poetry-and-virtualenvs and #82

* Is there a way to get the path of the virtualenv in one command?

#401

* What is the cache?

I'm not sure. I would the the already downloaded packages

Discuss group: #358

@ghost
Copy link
Author

ghost commented Oct 1, 2018

@jgirardet Terrific, thank you for all the references! All extremely helpful.

@ghost ghost closed this as completed Oct 1, 2018
Copy link

github-actions bot commented Mar 3, 2024

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 3, 2024
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant