Closed rafstahelin closed 6 months ago
Have 3.10.6 and 3.10.9 on disk with environment path set to 3.10.9 the 3.106.
When i run the python -m venv ci_env it says it cannot find python. Is this because i need to use conda? I am on windows. Not sure why this error. thanks
no you shouldn't need to use conda. try python3 -m venv ci_env instead
python3 -m venv ci_env
Have 3.10.6 and 3.10.9 on disk with environment path set to 3.10.9 the 3.106.
When i run the python -m venv ci_env it says it cannot find python. Is this because i need to use conda? I am on windows. Not sure why this error. thanks