Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.

Commit

Permalink
WorkAround pypa/virtualenv#93.
Browse files Browse the repository at this point in the history
+ pip also snakemake.
  • Loading branch information
ankostis committed Dec 18, 2015
1 parent 9cdcfdf commit 6e8cfe5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion Archive/co2mpas-env.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,17 @@ REM !!!!! DO NOT MODIFY !!!!! used by Windows StartMenu shortcuts.
IF DEFINED CO2MPAS_PATH GOTO env_exists
set CO2MPAS_PATH=%~dp0Apps\Cygwin\bin;%~dp0Apps\graphviz\bin;%~dp0Apps\Console2
PATH %CO2MPAS_PATH%;%PATH%

call "%~dp0Apps\WinPython\scripts\env.bat"

REM WorkAround https://github.com/pypa/virtualenv/issues/93
set "TCL_LIBRARY=%WINPYTHON%\tcl\tcl8.6"
set "TK_LIBRARY=%WINPYTHON%\tcl\tk8.6"

set HOME=%~dp0CO2MPAS
set HOMEPATH=%~dp0CO2MPAS

:env_exists
IF [%1] == [] GOTO end
%1 %2 %3 %4 %5 %6 %7 %8 %9 >> "%~dp0CO2MPAS\co2mpas.log" 2>&1
:end
:end
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ WinPython:

Install also::

pip install virtualenv
pip install virtualenv snakemake

0 comments on commit 6e8cfe5

Please sign in to comment.