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
I'm getting the following error after installation:
PS C:\Users\gvas\PSVirtualEnv> mk-venv test
[PSVirtualEnv]::PROCESS: Creating new virtual environment 'test'.
Get-VirtualEnv: C:\Program Files\WindowsPowerShell\Modules\PSVirtualEnv\0.5.7\Functions\New-VirtualEnv.ps1:155
Line |
155 | virtualenv $virtualEnvDir $verbose_cmd
| ~~~~~~~~~~~~~~
| Cannot validate argument on parameter 'Name'. Method invocation failed because [System.Char] does not contain a method named
| 'EndsWith'.
[PSVirtualEnv]::ERROR: Virtual environment 'C:\Users\gvas\PSVirtualEnv\test' could not be created.
I've done the installation and then tried . (activate-venv) I even tried manually resetting the $virtualEnvDir and I confirmed the directory does exist. I'm in admin mode as well.
Thanks.
The text was updated successfully, but these errors were encountered:
Hello,
I'm getting the following error after installation:
I've done the installation and then tried
. (activate-venv)
I even tried manually resetting the$virtualEnvDir
and I confirmed the directory does exist. I'm in admin mode as well.Thanks.
The text was updated successfully, but these errors were encountered: