代码拉取完成,页面将自动刷新
@echo off
rem ==========================================================================
rem Shortcuts for various tasks, emulating UNIX "make" on Windows.
rem It is primarly intended as a shortcut for compiling / installing
rem psutil ("make.bat build", "make.bat install") and running tests
rem ("make.bat test").
rem
rem To compile for a specific Python version run:
rem set PYTHON=C:\Python34\python.exe & make.bat build
rem
rem To use a different test script:
rem set PYTHON=C:\Python34\python.exe & set TSCRIPT=foo.py & make.bat test
rem ==========================================================================
if "%PYTHON%" == "" (
if exist "C:\Python37\python.exe" (
set PYTHON=C:\Python37\python.exe
) else (
set PYTHON=C:\Python27\python.exe
)
)
if "%TSCRIPT%" == "" (
set TSCRIPT=psutil\tests\__main__.py
)
rem Needed to locate the .pypirc file and upload exes on PyPI.
set HOME=%USERPROFILE%
%PYTHON% scripts\winmake.py %1 %2 %3 %4 %5 %6
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。