Features & Improvements
- Fix an issue that
--no-lock
option doesn't work as expected. Also support--no-lock
option foradd
,remove
andupdate
commands. #2245
Bug Fixes
- Use
findpython
to find pythons with the spec given by the user. #2225 - Use UTF-8 to read pyvenv.cfg. #2227
- On Windows, try looking for the
virtualenv
python.exe
binary underbin/
as well asScripts/
and thevirtualenv
/conda
root. #2236 - Write relocatable dependency URLs with
${PROJECT_ROOT}
variable in the lockfile. #2240