Re: how to install pyenv-virtualenv on windows

2021-01-10 Thread Kasper Laudrup
On 10/01/2021 17.27, Sohail Tanveer wrote: the git repo to which google directs me is https://github.com/pyenv/pyenv-virtualenv The first line of the readme says: "pyenv-virtualenv is a pyenv plugin that provides features to manage virtualenvs and conda environments for Python on UNIX-like sy

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