source.bat 434 B

12345678910111213
  1. @echo off
  2. rem The sole purpose of this script is to make the command
  3. rem
  4. rem source .env/bin/activate
  5. rem
  6. rem (which activates a Python virtualenv on Linux or Mac OS X) work on Windows.
  7. rem On Windows, this command just runs this batch file (the argument is ignored).
  8. rem
  9. rem Now we don't need to document a Windows command for activating a virtualenv.
  10. echo Executing .env\Scripts\activate.bat for you
  11. .env\Scripts\activate.bat