pixi import
#
About#
Imports a file into an environment in an existing workspace.
Usage#
Arguments#
-
<FILE>
- File to import into the workspace
required:true
Options#
-
--format <FORMAT>
- Which format to interpret the file as
options:conda-env
,pypi-txt
-
--platform (-p) <PLATFORM>
- The platforms for the imported environment
May be provided more than once.
-
--environment (-e) <ENVIRONMENT>
- A name for the created environment
-
--feature (-f) <FEATURE>
- A name for the created feature
Config Options#
-
--auth-file <AUTH_FILE>
- Path to the file containing the authentication token
-
--concurrent-downloads <CONCURRENT_DOWNLOADS>
- Max concurrent network requests, default is
50
-
--concurrent-solves <CONCURRENT_SOLVES>
- Max concurrent solves, default is the number of CPUs
-
--pinning-strategy <PINNING_STRATEGY>
- Set pinning strategy
options:semver
,minor
,major
,latest-up
,exact-version
,no-pin
-
--pypi-keyring-provider <PYPI_KEYRING_PROVIDER>
- Specifies whether to use the keyring to look up credentials for PyPI
options:disabled
,subprocess
-
--run-post-link-scripts
- Run post-link scripts (insecure)
-
--tls-no-verify
- Do not verify the TLS certificate of the server
-
--use-environment-activation-cache
- Use environment activation cache (experimental)
Global Options#
-
--manifest-path <MANIFEST_PATH>
- The path to
pixi.toml
,pyproject.toml
, or the workspace directory
Description#
Imports a file into an environment in an existing workspace.
If --format
isn't provided, import
will try each format in turn