interviewstreet / ghs

Cross-platform CLI tool to generate your Github profile's stats and summary.
137 stars 89 forks source link

Documentation: activating virtual environment command for windows not working on powershell #6

Closed arpit456jain closed 2 years ago

arpit456jain commented 2 years ago

it should be

py -m venv env .\env\Scripts\activate

makkoncept commented 2 years ago

@arpit456jain The command in the readme (venv\Scripts\activate.bat) also works. It's technically identical to what you have mentioned.

makkoncept commented 2 years ago

Screenshot

image

arpit456jain commented 2 years ago

@makkoncept but its not working in powershell

image

arpit456jain commented 2 years ago

.\env\Scripts\activate this will work in all shells

makkoncept commented 2 years ago

Gotha. I was testing on cmd. Would you be interested in submitting a PR for this change in the README? @arpit456jain

arpit456jain commented 2 years ago

Gotha. I was testing on cmd. Would you be interested in submitting a PR for this change in the README? @arpit456jain

Sure

Rohit484 commented 2 years ago

Done