Skip to content

Instantly share code, notes, and snippets.

@sevas
Created September 12, 2010 11:08
Show Gist options
  • Save sevas/575989 to your computer and use it in GitHub Desktop.
Save sevas/575989 to your computer and use it in GitHub Desktop.
@ECHO off
ECHO Setting environment for EPD 6.2.2 (Python 2.6)
@SET PYTHON_ROOT=c:\Python26_EPD622
@SET PYTHON_INCLUDE=%PYTHON_ROOT%\include
@SET PYTHON_LIB=%PYTHON_ROOT%\python26.lib
@SET PATH=%PYTHON_ROOT%;%PYTHON_ROOT%\Scripts;%PYTHON_ROOT%\Lib;%PATH%
REM Optionnal, uncomment if you want to use a specific startup file
REM @SET PYTHONSTARTUP=%APPDATA%\pythonrc.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment