Skip to content

Commit

Permalink
updated x86 pyodbc version to 3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
michiya committed Apr 17, 2012
1 parent b3b6df1 commit 70e8b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebRole/bin/install-requirements.cmd
Expand Up @@ -53,7 +53,7 @@ echo installing pyodbc...
%PYTHON_INSTALL_DIR%\python -c "import pyodbc" 2>nul
if "%ERRORLEVEL%"=="0" goto INSTALL_DJANGO_PYODBC
if "%PYTHON_X86%"=="0" goto INSTALL_PYODBC_X64
%SystemDrive%\Python27\Scripts\easy_install -Z pyodbc==3.0.2
%SystemDrive%\Python27\Scripts\easy_install -Z pyodbc==3.0.5
goto INSTALL_DJANGO_PYODBC

:INSTALL_PYODBC_X64
Expand Down

0 comments on commit 70e8b1b

Please sign in to comment.