You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: git reinstallation even if it si present
* fix: Error Message:
Remove-Item : Cannot remove the item at 'C:\Users\Krish Patel\hi' because it is in
use.
At line:1 char:9
+ Remove-Item -LiteralPath $setupdir -Force -Recurse
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [Remove-Item], PSInvalidOperation
Exception
+ FullyQualifiedErrorId : InvalidOperation,Microsoft.PowerShell.Commands.RemoveIt
emCommand
* fix: issue that poetry shell gives
"..runnning scripts is disabled on the command line"
* fix: bug #4 issue
to support multiple version of python (acc. to OpenAdapt standards)
* add start mesage to know
why sometimes the installtion command exits
* fix the edge case where the new terminal PWD
is not set to the OpenAdapt folder that was installed
* Update install/install_openadapt.ps1
---------
Co-authored-by: Richard Abrich <[email protected]>
0 commit comments