Instalación de virtualenvwrapper en Windows


He instalado virtualenv y virtualenvwrapper en Windows usando easy_install. Pero mkvirtualenv falta. Traté de buscar en mi máquina, pero no pude encontrarlo. No se como resolverlo. ¿Tienes idea?

Author: Török Gábor, 2010-04-11

5 answers

Mkvirtualenv es un script bash por lo que necesita ejecutar bash shell para hacer uso de él.

Mkvirtualenv es una función bash en el script mkvirtualenv_bashrc

Tendrá que ejecutar esto desde cygwin bajo Windows. (Puede llamar a un python nativo desde esto y no necesita un python cygwin)

 11
Author: Mark,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2010-04-11 08:42:20

Ayudantes de Virtualenv para el shell de comandos de Windows:

 66
Author: ColdCold,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2018-06-08 07:08:15

He portado virtualenvwrapper a Powershell. ¡Cógelo del repositorio de BitBucket!

 15
Author: guillermooo,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2011-06-24 15:39:36

Virtualenvwrapper es para Linux / Unix, pero este post da cierto soporte virtualenv para usuarios de Windows (la fuente de Bitbucket es aquí).

 6
Author: Vinay Sajip,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2010-04-12 10:24:12

En Windows necesitamos usar virtualenv no mkvirtualenv mientras creamos entornos virtuales

 1
Author: M Kamakshaiah,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2018-03-30 12:12:52