Compare commits
1 Commits
main
...
powershell
Author | SHA1 | Date |
---|---|---|
|
6d210e04e3 |
|
@ -1,7 +1,7 @@
|
|||
$UserShell = $(Get-ChildItem "HKCU:Software\Microsoft\Windows\CurrentVersion\Explorer")
|
||||
$Folders = $UserShell.Get(34)
|
||||
$DocPlace = $Folders.GetValue("Personal")
|
||||
$VenvPath = Join-Path -Path $DocPlace -ChildPath "Pyvenv"
|
||||
# You can create a SymbolicLink for $Home\Pyvenv
|
||||
# New-Item -Path .\Pyvenv -ItemType SymbolicLink -Target E:\Documents\Pyvenv
|
||||
#
|
||||
$VenvPath = Join-Path -Path $Home -ChildPath "Pyvenv"
|
||||
|
||||
function CheckOrCreate($PathName) {
|
||||
$PathExists = $(Test-Path $PathName)
|
Loading…
Reference in New Issue