Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #100091 > unrolled thread
| Started by | Laura Creighton <lac@openend.se> |
|---|---|
| First post | 2015-12-07 16:51 +0100 |
| Last post | 2015-12-07 16:51 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Packages installing problem Laura Creighton <lac@openend.se> - 2015-12-07 16:51 +0100
| From | Laura Creighton <lac@openend.se> |
|---|---|
| Date | 2015-12-07 16:51 +0100 |
| Subject | Re: Packages installing problem |
| Message-ID | <mailman.20.1449503494.12405.python-list@python.org> |
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 <the_package_I_want> 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
Back to top | Article view | comp.lang.python
csiph-web