mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
PY-65295 Poetry installation
Try to install Poetry and Pipenv if they are not found Merge-request: IJ-MR-141839 Merged-by: Egor Eliseev <Egor.Eliseev@jetbrains.com> GitOrigin-RevId: 535426090df23b358ba61a9e21c2f0954c201945
This commit is contained in:
committed by
intellij-monorepo-bot
parent
9f592f91ee
commit
a54292035d
@@ -316,6 +316,7 @@ python.sdk.popup.interpreter.settings=Interpreter Settings\u2026
|
||||
python.sdk.popup.add.interpreter=Add Interpreter\u2026
|
||||
python.sdk.switch.to=Switch to {0}
|
||||
python.sdk.installing=Installing {0}
|
||||
python.sdk.downloading.package.progress.title=Downloading package from {0}
|
||||
python.sdk.select.conda.path.title=Select Path to Conda Executable
|
||||
python.sdk.conda.problem.running=Problem running conda
|
||||
python.sdk.conda.problem.env.empty.invalid=Environment name is empty or invalid
|
||||
@@ -367,7 +368,6 @@ python.sdk.poetry.associated.project=Associated project:
|
||||
python.sdk.poetry.associated.module=Associated module:
|
||||
python.sdk.poetry.execution.exception.no.project.message=Cannot find the project associated with this Poetry environment
|
||||
python.sdk.poetry.execution.exception.no.poetry.message=Cannot find Poetry
|
||||
python.sdk.poetry.execution.exception.error.running.poetry.message=Error Running Poetry
|
||||
python.sdk.poetry.quickfix.fix.pipenv.name=Fix Poetry interpreter
|
||||
python.sdk.poetry.quickfix.use.pipenv.name=Use Poetry interpreter
|
||||
python.sdk.poetry.pip.file.lock.not.found=poetry.lock is not found
|
||||
@@ -494,9 +494,6 @@ sdk.create.type.project.venv=Project venv
|
||||
sdk.create.type.base.conda=Base conda
|
||||
sdk.create.type.custom=Custom environment
|
||||
sdk.create.python.version=Python version:
|
||||
sdk.create.conda.executable.path=Path to conda:
|
||||
sdk.create.conda.missing.text=No conda executable found.
|
||||
sdk.create.conda.install.fix=Install Miniconda
|
||||
sdk.create.simple.venv.hint=Python virtual environment will be created in the project root: {0}.venv
|
||||
sdk.create.simple.conda.hint=To create a new conda environment or choose an existing one, proceed with Custom environment
|
||||
sdk.create.custom.develop.on=Develop on:
|
||||
@@ -506,6 +503,7 @@ sdk.create.custom.select.existing=Select existing
|
||||
sdk.create.custom.type=Type:
|
||||
sdk.create.custom.base.python=Base python:
|
||||
sdk.create.custom.location=Location:
|
||||
sdk.create.custom.venv.missing.text=No {0} executable found.
|
||||
sdk.create.custom.inherit.packages=Inherit packages from base interpreter
|
||||
sdk.create.custom.make.available=Make available to all projects
|
||||
sdk.create.custom.python.path=Python path:
|
||||
@@ -516,10 +514,7 @@ sdk.create.custom.conda.env.name=Name:
|
||||
sdk.create.custom.conda.create.progress=Creating conda interpreter
|
||||
sdk.create.custom.conda.select.progress=Selecting conda interpreter
|
||||
sdk.create.custom.conda.refresh.envs=Reload environments
|
||||
sdk.create.custom.pipenv.path=Path to pipenv:
|
||||
sdk.create.custom.pipenv.missing.text=No pipenv executable found.
|
||||
sdk.create.custom.poetry.path=Path to poetry:
|
||||
sdk.create.custom.poetry.missing.text=No poetry executable non found.
|
||||
sdk.create.custom.venv.executable.path=Path to {0}:
|
||||
sdk.create.custom.select.executable.link=Select path
|
||||
sdk.create.custom.venv.environment.exists=Environment "{0}" already exists in the specified folder
|
||||
sdk.create.custom.venv.folder.not.empty=The specified folder already exists
|
||||
@@ -529,7 +524,8 @@ sdk.create.not.executable.empty.error=Specify path to executable
|
||||
sdk.create.not.executable.does.not.exist.error=Executable does not exist
|
||||
sdk.create.executable.directory.error=Path can't be a directory
|
||||
sdk.create.tooltip.browse=Browse\u2026
|
||||
|
||||
sdk.create.custom.venv.install.fix.title=Install {0} {1}
|
||||
sdk.create.custom.venv.run.error.message= Error Running {0}
|
||||
|
||||
sdk.create.targets.local=Local Machine
|
||||
sdk.create.custom.virtualenv=Virtualenv
|
||||
|
||||
Reference in New Issue
Block a user