pyenv-virtualenv for Windows 1.2
A 'pyenv' plugin to manage Python virtual environments, depending on different Python versions, for various Python projects.
Loading...
Searching...
No Matches
create_junction.bat
Go to the documentation of this file.
1@echo off
2powershell -file "%~dp0create_junction.ps1" %*
3set /a RC=%ERRORLEVEL%
4exit /b %RC%