Instalacja virtualenvwrapper w systemie Windows

Zainstalowałem virtualenv i virtualenvwrapper w systemie Windows używając easy_install. Ale mkvirtualenv zaginął. Próbowałem szukać na mojej maszynie, ale nie mogłem go znaleźć. Nie wiem, jak to rozwiązać. Masz jakiś pomysł?

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

5 answers

Mkvirtualenv jest skryptem bash, więc musisz uruchomić powłokę bash, aby z niej skorzystać.

Mkvirtualenv jest funkcją bash w skrypcie mkvirtualenv_bashrc

Będziesz musiał uruchomić to z cygwin pod Windows. (Można wywołać natywny python z tego i nie trzeba cygwin python)

 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/doraprojects.net/template/agent.layouts/content.php on line 54
2010-04-11 08:42:20

Virtualenv helpers for Windows command shell:

 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/doraprojects.net/template/agent.layouts/content.php on line 54
2018-06-08 07:08:15

Przeportowałem virtualenvwrapper do Powershell. [1]} złap go z Bitbucket repo!

 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/doraprojects.net/template/agent.layouts/content.php on line 54
2011-06-24 15:39:36

Virtualenvwrapper jest dla Linuksa / Unixa, ale Ten post daje wsparcie dla virtualenv dla użytkowników Windows (źródło Bitbucket to Tutaj).

 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/doraprojects.net/template/agent.layouts/content.php on line 54
2010-04-12 10:24:12

W windows musimy używać virtualenv nie mkvirtualenv Podczas tworzenia środowisk wirtualnych

 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/doraprojects.net/template/agent.layouts/content.php on line 54
2018-03-30 12:12:52