Feature Request
Configuration setting to specify which virtualenv script to use.
Currently the virtualenv script is being looked for in the path, but for isolation issues it would be nice there could be a setting which sets the path to the virtualenv to use. Currently I work around this by having poetry run inside a virtualenv which seems like major overkill. Please let me know what you think of this.
Addititionally this setting could include the full call to virtualenv for example with "--no-download" and others which is crucial in isolated deployment.
Feature Request
Configuration setting to specify which virtualenv script to use.
Currently the virtualenv script is being looked for in the path, but for isolation issues it would be nice there could be a setting which sets the path to the virtualenv to use. Currently I work around this by having poetry run inside a virtualenv which seems like major overkill. Please let me know what you think of this.
Addititionally this setting could include the full call to virtualenv for example with "--no-download" and others which is crucial in isolated deployment.