Path: csiph.com!weretis.net!feeder4.news.weretis.net!storethat.news.telefonica.de!feedme.news.telefonica.de!telefonica.de!fu-berlin.de!uni-berlin.de!not-for-mail From: Ian Kelly Newsgroups: comp.lang.python Subject: Re: Question Date: Mon, 7 Mar 2016 12:29:11 -0700 Lines: 9 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de 9hFtZCNVeyxDO65835tSKQP9u7qmkOMOyibKNWPdki0w== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.009 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'received:209.85.223': 0.03; 'subject:Question': 0.05; 'indeed,': 0.09; 'python': 0.10; '2016': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; 'shell': 0.18; 'windows': 0.20; 'file.': 0.22; 'am,': 0.23; 'header:In-Reply-To:1': 0.24; 'mon,': 0.24; 'script': 0.25; "i've": 0.25; 'message-id:@mail.gmail.com': 0.27; '(although': 0.29; 'creating': 0.30; 'problem': 0.33; 'received:google.com': 0.35; 'trouble': 0.35; 'received:209.85': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'say': 0.37; 'received:209': 0.38; 'does': 0.39; 'to:addr:python.org': 0.40; 'mar': 0.65; 'refuses': 0.84; 'to:name:python': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=IURjJDIBbvCYlcEgMMo8mDdyzl4VrkzvKs7zOLqT3nE=; b=fVLWWGmeCFjljo7ddsM7V2KezUJBoYxoHs4GC2AL1n8rRjT8J3WpvoMNMFJJ908Nt9 B2xgpHHRmkMpnQluZH56ARfWKq8IC0QFhnwLXItwXz2bPZN1AXxsRrMbNxMs0/V7Ph65 WZ7kuHxK8moM4ubB56kBGe71kzsLIxsPmfeAjnl8RaBvx6EFPBvri0xS9ojh5VvEWuSi xkFJsuMh6W6OJmr+a8tYd/jiQWs2P3B3fz7v4V9w29WQqFmCZ6zK6PrwY/zYUbcjqfFM xsPJdSPyhLI542qPQMEA7FG6HK2lCnCUCTojA2961aV9YZnA4cUM0QDOGuval4qYvn9m iLlw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=IURjJDIBbvCYlcEgMMo8mDdyzl4VrkzvKs7zOLqT3nE=; b=cM+iQh1wKBr7I4S4X0f0qNc5KraC5qNnhfyKEVKmIXJmNtibZUO0sOTG19tJNPl8xw a2wiVfdvsbM1cuyZ6iynLEv7PJZ0H0NnWKwUrALGdHXTlofMDoAehVahQ+Pzb+HUpuPc GVZzKSmPR7JbfsFg/0wEfOCld4u1fvA9iwGobneQU2BzbBo7oo44sbiREgkFqBMKW0xR sXMCimQjjlXTC7twr4zF9wrWI/pgzP463KPLNpYqVMmH4LMd361aTI2CmBpxJYxcTv8w mjZ+2XF1bz0J3KjdQYPtvf1irL09AhSJ8g0T26NsUY00MBNEtJo5mXXmPgTvtKtPmK5e NXTg== X-Gm-Message-State: AD7BkJKN2SRqqeaUTMhkWmvmkgFR4kITtGjcGVm1b3qrPEGpJ7kwQ95DL1lfyjvNzyi464KD7YJqx3y6RJDeFQ== X-Received: by 10.107.19.140 with SMTP id 12mr21768566iot.11.1457378991115; Mon, 07 Mar 2016 11:29:51 -0800 (PST) In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:104248 On Mon, Mar 7, 2016 at 11:51 AM, Jon Ribbens wrote: > I must say that Python on Windows was a very poor experience indeed, > "virtualenv" does not work and "venv" refuses to create the 'activate' > shell script so does not work either I've used both of these on Windows (although not recently) and had no trouble with them. I never had a problem with venv not creating the activate.bat file.