<!-- What is your suggestion? Please be as specific as possible! --> It would be handy to have a way `tools.env.virtualenv:powershell` to create _both_ `.ps1` and `.bat` files. - `.ps1` to activate within a user's interactive PowerShell if necessary. - `.bat` for when build scripting is using CMD to issue commands, and it needs to activate the environment to run CMake or some other command. - [x] I've read the [CONTRIBUTING guide](https://github.com/conan-io/conan/blob/develop/.github/CONTRIBUTING.md). This came out of using `conan.tools` to make a Conan 2.0-ish workflow while using Conan 1.
It would be handy to have a way
tools.env.virtualenv:powershellto create both.ps1and.batfiles..ps1to activate within a user's interactive PowerShell if necessary..batfor when build scripting is using CMD to issue commands, and it needs to activate the environment to run CMake or some other command.I've read the CONTRIBUTING guide.
This came out of using
conan.toolsto make a Conan 2.0-ish workflow while using Conan 1.