vagrant-windows

venv not respecting –copies argument

venv not respecting –copies argument Question: I am ssh’d into a development environment (vagrant Ubuntu box) and my project directory is mapped to another filesystem (via vbox) so symlinks are not supported. I am attempting to create a new venv, but the –copies flag isn’t being respected. $sudo python -m venv –copies venv Error: [Errno …

Total answers: 2