regisf / virtualenvwrapper-powershell

A mimic of the VirtualEnvWrapper project but with Powershell
MIT License
109 stars 28 forks source link

Add -force option to module activation #30

Closed atien-panopto closed 2 years ago

atien-panopto commented 2 years ago

This change addresses issue: https://github.com/regisf/virtualenvwrapper-powershell/issues/25, where you are unable to call workon after calling deactivate. Forcing the reload resolves the issue for me. I tested this on Powershell version 5.1, but checking the Microsoft docs the -force parameter is available back through version 3.

regisf commented 2 years ago

Hi @atien-panopto Thank you for you contribution.

Regards

Régis