tibetegya / WeConnect

MIT License
1 stars 1 forks source link

Unable to create virtual environment #5

Closed wandesky closed 6 years ago

wandesky commented 6 years ago

I tried running the command virtualenv ENV after cloning your repo but it generates an error

The term 'virtualenv' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

tibetegya commented 6 years ago

Virtualenv is a package I installed bacause it does not come with python

Did you first install the requirements.txt? If not.... Install it first by running "pip install -r requirements.txt"

Virtualenv is among the dependancies

On Sun, Mar 18, 2018, 6:38 PM Wandesky Brian notifications@github.com wrote:

I tried running the command virtualenv ENV after cloning your repo but it generates an error

The term 'virtualenv' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/tibetegya/WeConnect/issues/5, or mute the thread https://github.com/notifications/unsubscribe-auth/AMhflZI4J80FC1uziRy3pZBgIU9x3y37ks5tfn93gaJpZM4SvPzY .

tibetegya commented 6 years ago

Or install it with

Pip install virtualenv

On Sun, Mar 18, 2018, 6:46 PM George Tibetegya gtibetegya@gmail.com wrote:

Virtualenv is a package I installed bacause it does not come with python

Did you first install the requirements.txt? If not.... Install it first by running "pip install -r requirements.txt"

Virtualenv is among the dependancies

On Sun, Mar 18, 2018, 6:38 PM Wandesky Brian notifications@github.com wrote:

I tried running the command virtualenv ENV after cloning your repo but it generates an error

The term 'virtualenv' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/tibetegya/WeConnect/issues/5, or mute the thread https://github.com/notifications/unsubscribe-auth/AMhflZI4J80FC1uziRy3pZBgIU9x3y37ks5tfn93gaJpZM4SvPzY .