File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -1816,7 +1816,13 @@ def _create_batch_scripts(self):
18161816"%WINPYDIR%\scripts\pyzo.exe" %*
18171817""" ,
18181818 )
1819-
1819+
1820+ self .create_batch_script ( # virtual environment mimicking
1821+ "activate.bat" ,
1822+ r"""@echo off
1823+ call "%~dp0env.bat" %*
1824+ """ ,
1825+ )
18201826 # pre-run mingw batch
18211827 print ("now pre-running extra mingw" )
18221828 filepath = str (Path (self .winpydir ) / "scripts" / "make_cython_use_mingw.bat" )
@@ -1842,6 +1848,8 @@ def _create_batch_scripts(self):
18421848
18431849""" ,
18441850 )
1851+
1852+
18451853
18461854 def _run_complement_batch_scripts (self , this_batch = "run_complement.bat" ):
18471855 """tools\..\r un_complement.bat for final complements"""
Original file line number Diff line number Diff line change 2828OTHER DEALINGS IN THE SOFTWARE.
2929"""
3030
31- __version__ = '6.1.20230227 '
31+ __version__ = '6.1.20230422 '
3232__license__ = __doc__
3333__project_url__ = 'http://winpython.github.io/'
Original file line number Diff line number Diff line change @@ -3502,3 +3502,6 @@ description = rapid fuzzy string matching
35023502[trove-classifiers]
35033503description = Canonical source for classifiers on PyPI (pypi.org).
35043504
3505+ [dirty-cat]
3506+ description = Machine learning with dirty categories.
3507+
You can’t perform that action at this time.
0 commit comments