Open jschwarzwalder opened 8 years ago
I was unable to get venv to run in git bash, so I was using Command Prompt for the tutorial.
when I try in bash and typed invirtualenv ~/.virtualenvs/mypackage it got the error virtualenv:command not found
virtualenv ~/.virtualenvs/mypackage
I was using Python3.4.3 on a Windows 8 machine
When I tried to use my command prompt I got a message that git was not a recognized command.
I looked up how to add git to my path, and added the path to my cmd folder,
Then I was able to successfully run cookiecutter https://github.com/audreyr/cookiecutter-pypackage.git
I made a note on step 1 to activate the environment after creating, it help me solve a similar issue about running cookiecutter
I was unable to get venv to run in git bash, so I was using Command Prompt for the tutorial.
when I try in bash and typed in
virtualenv ~/.virtualenvs/mypackage
it got the error virtualenv:command not foundI was using Python3.4.3 on a Windows 8 machine
When I tried to use my command prompt I got a message that git was not a recognized command.
I looked up how to add git to my path, and added the path to my cmd folder,
Then I was able to successfully run cookiecutter https://github.com/audreyr/cookiecutter-pypackage.git