Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python-poetry
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
python-poetry
Commits
a1833021
Unverified
Commit
a1833021
authored
May 16, 2023
by
Kamil
Committed by
GitHub
May 16, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: mention enabled venv in virtualenvs.create configuration (#7608)
parent
a07ae361
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
docs/configuration.md
+3
-3
No files found.
docs/configuration.md
View file @
a1833021
...
@@ -279,9 +279,9 @@ Use parallel execution when using the new (`>=1.1.0`) installer.
...
@@ -279,9 +279,9 @@ Use parallel execution when using the new (`>=1.1.0`) installer.
Create a new virtual environment if one doesn't already exist.
Create a new virtual environment if one doesn't already exist.
If set to
`false`
, Poetry will not create a new virtual environment. If it detects a
virtual environment
If set to
`false`
, Poetry will not create a new virtual environment. If it detects a
n already enabled virtual
in
`{cache-dir}/virtualenvs`
or
`{project-dir}/.venv`
it will install dependencies into them, otherwise it will insta
ll
environment or an existing one in
`{cache-dir}/virtualenvs`
or
`{project-dir}/.venv`
it wi
ll
dependencies into the systems python environment.
install dependencies into them, otherwise it will install
dependencies into the systems python environment.
{{% note %}}
{{% note %}}
If Poetry detects it's running within an activated virtual environment, it will never create a new virtual environment,
If Poetry detects it's running within an activated virtual environment, it will never create a new virtual environment,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment