Facing below error in anaconda
'env' is not recognised as an internal or external command.
Hi Shitanshu,
You are right that you might get an error when you type 'env'. However, can I ask the reason why you want to use this command.
If you have created your own virtual environment, you can use the "conda activate (environment name)" command.
For example, if you have created the "quantra_py" virtual environment, you can simply type in the command "conda activate quantra_py" to activate the virtual environment. But this is my guess.
Can I ask your objective so that we can resolve this issue?