Is your feature request related to a problem? Please describe.
When using the JFrog Plugin in a python build pipeline, dependencies cannot be installed into a virtual environment.
When using the jfrog-cli locally this is possible.
Describe the solution you'd like to see
Provide a mechanism to allow virtual environment activation during the jf 'pip install' command. The JFrog Artifactory plugin provided this functionality.
Describe alternatives you've considered
PipEnv and Poetry are supported, but the JFrog Plugin should support standard tool workflows.
Additional context
Here is a simple workflow highlighting the problem. The end result is the virtual environment does not contain the jinja2 package
Is your feature request related to a problem? Please describe.
When using the JFrog Plugin in a python build pipeline, dependencies cannot be installed into a virtual environment.
When using the jfrog-cli locally this is possible.
Describe the solution you'd like to see
Provide a mechanism to allow virtual environment activation during the
jf 'pip install'
command. The JFrog Artifactory plugin provided this functionality.Describe alternatives you've considered
PipEnv and Poetry are supported, but the JFrog Plugin should support standard tool workflows.
Additional context
Here is a simple workflow highlighting the problem. The end result is the virtual environment does not contain the
jinja2
package