Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: lalith Newsgroups: comp.lang.python Subject: Re[2]: Packages installing problem Date: Tue, 08 Dec 2015 01:03:48 +0000 Lines: 39 Message-ID: Reply-To: lalith Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de sHLrYMKITULhZ6A7IdHUxQipPwBb+tcFPDK+e8bnPohA== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.118 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.76; '*S*': 0.00; 'cc:addr:python-list': 0.09; 'python': 0.10; '2.7': 0.13; '>in': 0.16; 'cc:addr:lac': 0.16; 'cc:addr:openend.se': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'url:virtualenv': 0.16; 'virtualenv.': 0.16; '2015': 0.20; 'cc:addr:python.org': 0.20; 'cc:2**1': 0.22; 'subject:problem': 0.22; 'dec': 0.23; 'thanks,': 0.24; 'header:In- Reply-To:1': 0.24; 'mon,': 0.24; 'install': 0.25; 'header:User- Agent:1': 0.26; 'python2.7': 0.29; 'subject:]: ': 0.29; 'cc:no real name:2**1': 0.29; 'url:mailman': 0.30; 'older': 0.32; 'problem': 0.33; 'url:python': 0.33; 'windows.': 0.33; 'url:listinfo': 0.34; 'sent:': 0.35; 'trouble': 0.35; 'cc:': 0.35; 'exist': 0.35; 'installing': 0.35; 'skip:> 10': 0.35; 'subject:': 0.35; 'sometimes': 0.35; 'url:org': 0.36; 'url:library': 0.36; 'virtual': 0.38; 'thank': 0.38; 'subject:[': 0.39; 'url:en': 0.39; 'does': 0.39; 'from:': 0.39; 'url:mail': 0.40; 'some': 0.40; 'software': 0.40; 'url:3': 0.60; 'your': 0.60; 'header:Message- Id:1': 0.61; 'here:': 0.63; 'face': 0.64; 'packages,': 0.66; 'email name:python-list': 0.67; 'header:Reply-To:1': 0.67; '>if': 0.84; 'received:lk': 0.84; 'reply..': 0.84; 'sir.': 0.84; 'subject:Packages': 0.84; 'url:readthedocs': 0.84; 'url:latest': 0.91 In-Reply-To: <201512071551.tB7FpJMn003110@fido.openend.se> User-Agent: eM_Client/6.0.23421.0 X-Mailman-Approved-At: Tue, 08 Dec 2015 08:01:44 -0500 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ 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:100150 Thank for reply.. some packages does not exist for windows. Thanks, Lalith. ------ Original Message ------ From: "Laura Creighton" To: "lalith" Cc: python-list@python.org; lac@openend.se Sent: 12/7/2015 9:21:19 PM Subject: Re: Packages installing problem >In a message of Mon, 07 Dec 2015 00:32:37 +0000, lalith writes: >>Dear sir. >> >>I was using Python2.7 and i move to Python3.5. >>I face big trouble with installing software packages, i need in my >>development. >> >>Lalith >>-- >>https://mail.python.org/mailman/listinfo/python-list > >Do you want to install your packages system-wide? > >Try py -3.5 -m install > >Do you want to install your python packages in a virtual environment? > >Start reading here: >https://docs.python.org/3/library/venv.html > >If you sometimes want a python 2.7 virtual env you cannot get it with >venv. You will have to use the older virtualenv. >https://virtualenv.readthedocs.org/en/latest/ > >Laura