Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GIT bash : permission denied

Tags:

git

python

I'm trying to set clone GIT directory and then installing virtual env in my machine which is running python. This is for installing learning game per below link.

https://opensource.com/article/20/5/python-games

I'm able to execute below two commands in GIT bash and clone this.

$ git clone https://github.com/moshez/penguin-bit-by-bit.git

$ cd penguin-bit-by-bit

But when I'm executing below command in GIT, its giving me permission denied error

python -m venv venv

enter image description here

looks to be permission issues. But help will be appreciated.

thanks

like image 957
Rubane Avatar asked Jun 15 '26 11:06

Rubane


1 Answers

I had the same error. But, when I tried:

py -m venv venv

instead of

python -m venv venv

It worked.

like image 187
Nishant Ratnakar Avatar answered Jun 18 '26 00:06

Nishant Ratnakar



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!