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
install_mklink.bat
Go to the documentation of this file.
1@echo off
2powershell -file "%~dp0install_mklink.ps1"
3set /a RC=%ERRORLEVEL%
4exit /b %RC%