Re: how to install pyenv-virtualenv on windows

2021-01-10 Thread Kasper Laudrup
-like systems." Windows is not a "UNIX-like system" so what made you think you could use that on Windows? An ever better question is probably, what made you want to use pyenv-virtualenv on Windows in the first place? There are probably better solutions as someone else has alr

Re: how to install pyenv-virtualenv on windows

2021-01-10 Thread Sohail Tanveer
i was actually going through a tutorial where i specifically needed pyenv-virtualenv. but thanks for ur consideration @gerardo.palazuelos On Sunday, 10 January 2021 at 22:16:43 UTC+5:30 Gerardo Palazuelos wrote: > Hi Sohail, > I read your interest for pipenv in Windows. Seems are wasting precio

Re: how to install pyenv-virtualenv on windows

2021-01-10 Thread Kasper Laudrup
On 10/01/2021 15.59, Kunal Solanke wrote: Have a look at it. What do you think about pipenv Kasper? I don't think I've ever had a need for it. Using the standard venv python module has been fine for my needs so far, but I'll keep it in mind. Thanks. Kind regards, Kasper Laudrup -- You re

Re: how to install pyenv-virtualenv on windows

2021-01-10 Thread Gerardo Palazuelos Guerrero
Hi Sohail, I read your interest for pipenv in Windows. Seems are wasting precious time and not productive because of this pipenv tool, which is not even the point of Django. If that keeps resulting complicated, may I suggest you to use venv which comes integrated in recent Python installation.

Re: how to install pyenv-virtualenv on windows

2021-01-10 Thread Sohail Tanveer
the git repo to which google directs me is https://github.com/pyenv/pyenv-virtualenv the command it wants me to execute in my cmd is $ git clone https://github.com/pyenv/pyenv-virtualenv.git $(pyenv root)/plugins/pyenv-virtualenv and whenever i execute this it shows an error like fatal: T

Re: how to install pyenv-virtualenv on windows

2021-01-10 Thread ramadhan ngallen
Alternatively, You can use virtualenvwrapper-win On 10 Jan 2021, 18:00 +0300, Kunal Solanke , wrote: > I recently started using pipenv, but still I can say its best thing so far I > have used for storing env variables,creating venv and etc,with one simple > command your virtualenv will be activat

Re: how to install pyenv-virtualenv on windows

2021-01-10 Thread Kunal Solanke
I recently started using pipenv, but still I can say its best thing so far I have used for storing env variables,creating venv and etc,with one simple command your virtualenv will be activated,without having to worry about where your venv files are ,path and etc . Have a look at it. What do you thi

Re: how to install pyenv-virtualenv on windows

2021-01-10 Thread Kasper Laudrup
On 09/01/2021 19.27, Sohail Tanveer wrote: im facing difficulty to install pyenv-virtual env on my windows 10 i googled it several times but it directs me to a git repo where there is an installation process but is of no use because, the command that is displayed is not working in my cmd It w

Re: how to install pyenv-virtualenv on windows

2021-01-10 Thread Atuma Samuel
I don't know if this answers your question, but you can try $ python -m venv env env is the name of the virtual environment and can be replaced with any name of your choice. On Jan 10, 2021 12:22, "Luciano Martins" wrote: > Look I gave up trying on windows and use virtualenv same. > > Em sábad

Re: how to install pyenv-virtualenv on windows

2021-01-10 Thread Luciano Martins
Look I gave up trying on windows and use virtualenv same. Em sábado, 9 de janeiro de 2021 às 21:55:06 UTC-3, sohailta...@gmail.com escreveu: > im facing difficulty to install pyenv-virtual env on my windows 10 > i googled it several times but it directs me to a git repo where there is > an inst

how to install pyenv-virtualenv on windows

2021-01-09 Thread Sohail Tanveer
im facing difficulty to install pyenv-virtual env on my windows 10 i googled it several times but it directs me to a git repo where there is an installation process but is of no use because, the command that is displayed is not working in my cmd please help me out -- You received this message

Re: Activating VirtualEnv on Windows

2017-04-17 Thread Antonis Christofides
Apparently the documentation isn't very clear. Either the "source" is an error, or the documentation assumes you are executing the command inside a Git Bash window. Antonis Christofides http://djangodeployment.com On 2017-04-14 15:03, Lorenz Schümann wrote: > Hey, newbie here. > I've followed th

Re: Activating VirtualEnv on Windows

2017-04-15 Thread Camilo Torres
Hi. Try to run the .bat. May be it is a documentation error? On Friday, April 14, 2017 at 2:04:42 PM UTC-4, Lorenz Schümann wrote: > > Hey, newbie here. > I've followed the instructions on > https://docs.djangoproject.com/en/1.11/intro/contributing/ regarding > Virtualenv. And at the point wher

Activating VirtualEnv on Windows

2017-04-14 Thread Lorenz Schümann
Hey, newbie here. I've followed the instructions on https://docs.djangoproject.com/en/1.11/intro/contributing/ regarding Virtualenv. And at the point where it says for Windows, to activate the Virtualenv, type $ source ~/virtualenvs/djangodev/Scripts/activate, I found out through StackExchange

Re: virtualenv on Windows

2014-02-03 Thread Mike Dewhirst
On 4/02/2014 5:31pm, Avraham Serour wrote: You can easily install pillow on windows using 'easy_install pillow' it comes with the necessary binaries and you don't need to compile Bingo! Yes - it puts it in an egg. Thanks Avraham On Feb 4, 2014 2:30 AM, "Mike Dewhirst" mailto:mi...@dewhirst

Re: virtualenv on Windows

2014-02-03 Thread Avraham Serour
You can easily install pillow on windows using 'easy_install pillow' it comes with the necessary binaries and you don't need to compile On Feb 4, 2014 2:30 AM, "Mike Dewhirst" wrote: > Thanks Nick > > All this goodness is coming to light just I have (almost) given up Windows > altogether. I only

Re: virtualenv on Windows

2014-02-03 Thread Mike Dewhirst
Thanks Nick All this goodness is coming to light just I have (almost) given up Windows altogether. I only need to persuade one more person on my network to walk away from Microsoft and I'm free! FREE! Sob ... Mike On 4/02/2014 10:39am, Nick Santos wrote: FYI, virtualenvwrapper was ported t

Re: virtualenv on Windows

2014-02-03 Thread Nick Santos
FYI, virtualenvwrapper was ported to windows: https://pypi.python.org/pypi/virtualenvwrapper-win It works seamlessly like the linux/OSX versions -Nick On Mon, Feb 3, 2014 at 3:10 PM, Mike Dewhirst wrote: > Michel > > I learned quite a lot and appreciate it greatly! > > Thankyou > > Mike > >

Re: virtualenv on Windows

2014-02-03 Thread Mike Dewhirst
Michel I learned quite a lot and appreciate it greatly! Thankyou Mike On 4/02/2014 7:37am, werefrog wrote: Hello, For Windows, I tried many ways that worked but I finally installed Visual Studio 2008 C++ for the compilation problems and only pillow and psycopg2 resist in my case (I simply ex

Re: virtualenv on Windows

2014-02-03 Thread werefrog
Hello, For Windows, I tried many ways that worked but I finally installed Visual Studio 2008 C++ for the compilation problems and only pillow and psycopg2 resist in my case (I simply extract the content of the binaries from http://www.lfd.uci.edu/~gohlke/pythonlibs/, copy content from 'SCRIPT

Re: virtualenv on Windows

2014-02-03 Thread CLIFFORD ILKAY
On 02/03/2014 05:11 AM, Mike Dewhirst wrote: > > However, this evening at the Melbourne PUG meeting I heard about > Anaconda which apparently make virtualenv passé. Haven't looked at it > yet. Might be a day or so ... That's an unfortunate choice of a name for a Python related project given that t

Re: virtualenv on Windows

2014-02-03 Thread Mike Dewhirst
On 29/01/2014 7:10pm, Sam Lai wrote: Oops, my memory failed me. They don't work with pip, but they do work with easy_install, which virtualenvs have as well (at least mine do). http://stackoverflow.com/a/5442340/150999 For example, easy_install C:\Users\sam\Downloads\Pygments-1.6.win-amd64-py2

Re: virtualenv on Windows

2014-01-29 Thread Mike Dewhirst
On 29/01/2014 7:10pm, Sam Lai wrote: Oops, my memory failed me. They don't work with pip, but they do work with easy_install, which virtualenvs have as well (at least mine do). http://stackoverflow.com/a/5442340/150999 For example, easy_install C:\Users\sam\Downloads\Pygments-1.6.win-amd64-py2

Re: virtualenv on Windows

2014-01-29 Thread Sam Lai
Oops, my memory failed me. They don't work with pip, but they do work with easy_install, which virtualenvs have as well (at least mine do). http://stackoverflow.com/a/5442340/150999 For example, easy_install C:\Users\sam\Downloads\Pygments-1.6.win-amd64-py2.7.exe On 29 January 2014 16:27, Mik

Re: virtualenv on Windows

2014-01-28 Thread Mike Dewhirst
On 29/01/2014 2:23pm, Sam Lai wrote: However, even after downloading from that site they cannot be installed manually into a virtualenv! Only pip can do that. You can install the packages from http://www.lfd.uci.edu/~gohlke/pythonlibs/ by simply running - pip install I did try that earlier

Re: virtualenv on Windows

2014-01-28 Thread Sam Lai
> However, even after downloading from that site they cannot be installed > manually into a virtualenv! Only pip can do that. You can install the packages from http://www.lfd.uci.edu/~gohlke/pythonlibs/ by simply running - pip install ... from inside your virtualenv. Those .exe files are pip-c

virtualenv on Windows

2014-01-28 Thread Mike Dewhirst
A little while ago I suggested to someone using Windows to implement virtualenv "later". So I thought I'd document my experience here. In summary, it probably works well if you have Visual Studio. The process outlined below shows a clumsy workaround if you don't. Hope it helps someone Mike

Re: Trouble with VirtualEnv on Windows

2012-10-15 Thread Jani Tiainen
Hi, Don't forget "yolk". Very powerful tool to display virtualenv contents in readable format. You can install it with pip install yolk. 15.10.2012 9:00, Frank Bieniek kirjoitti: Hi, do a "pip freeze" after you have activated your environment, this way you see the packages that are visible t

Re: Trouble with VirtualEnv on Windows

2012-10-15 Thread Frank Bieniek
Hi, do a "pip freeze" after you have activated your environment, this way you see the packages that are visible to the python interpreter inside your virtual env. Possible Problem You have installed all packaged before you created the virtual env. -> virtual env shows no components. pip instal

Re: Trouble with VirtualEnv on Windows

2012-10-15 Thread Joshua Russo
Sweet! Thank you! On Monday, October 15, 2012 12:56:37 AM UTC-4, Jani Tiainen wrote: > > Because the setup procedure used there is faulty. > > This is what happens: > > When installing Python install package will bind .PY(C) file execution > to use _always_ main installation. It won't follow an

Re: Trouble with VirtualEnv on Windows

2012-10-14 Thread Jani Tiainen
Because the setup procedure used there is faulty. This is what happens: When installing Python install package will bind .PY(C) file execution to use _always_ main installation. It won't follow any path settings which virtualenv relies on. I'm not sure can you even overcome that restriction

Re: Trouble with VirtualEnv on Windows

2012-10-14 Thread Joshua Russo
I suppose I was a little light on the details of how I setup the environment. I don't often setup a new environment from scratch so I used this post as the basis: http://slacy.com/blog/2011/06/django-postgresql-virtualenv-development-setup-for-windows-7/ The versions of each program I used /

Trouble with VirtualEnv on Windows

2012-10-14 Thread Joshua Russo
This is probably a VirturalEnv problem as opposed to a Django problem but I was wondering if someone here could point me in the right direction. I'm trying to setup clean environment for a demonstration of Django on Tuesday but I get the following when I try to setup the project within the virt