Installing in a virtual environment #9566
Unanswered
SMDeBellis
asked this question in
Q&A
Replies: 1 comment
-
If you are using pipx or the curl command (aka official installer), you do not have to create a venv yourself because pipx / the installer do it for you. You only have to create the venv yourself if you use the manual installation method.
Yes, because you should not activate the environment of Poetry. (Or you should at least deactivate it after installing Poetry.) Please continue reading the documentation page. There are detailed instructions for each of the three methods. You do not have to do additional steps in advance. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the Installation portion of the documentation it states:
I have created a virtual environment using python -m venv my-env, activated the environment, and then ran the curl install command but I can still poetry --version in a different shell.
My question is, was the above documentation referencing a different type of virtual environment? Should I be able to run poetry commands outside of the python venv?
Beta Was this translation helpful? Give feedback.
All reactions