xonsh / xontrib-vox

Python virtual environment manager for xonsh.
MIT License
15 stars 3 forks source link

Fix link-project option of venv creation #10

Open yggdr opened 1 month ago

yggdr commented 1 month ago

Without explicitly passing the venv name everywhere, we would have to fallback to the currently activated venv. Which there might not always be one, as has been the case during venv creation.