Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upInstructions in contributing.md don't work, should be replaced with pip3 install . develop #965
Comments
This comment has been minimized.
This comment has been minimized.
|
That's great you wish to contribute! Did you try with a virtual environment activated? As with almost any Python development project, a virtual environment is expected to be created and activated first. And that very much depends on how you as a Python developer create and manage virtual environments (pyenv in my case). Something like that could then be a good addition to CONTRIBUTING.md. What you think? |
This comment has been minimized.
This comment has been minimized.
|
On some distributions, Python 2.7 is still the default, and thus |
This comment has been minimized.
This comment has been minimized.
|
Fix on its way in #976 |
The output of
thefuck --version(something likeThe Fuck 3.1 using Python 3.5.0 and Bash 4.4.12(1)-release):Your system (Debian 7, ArchLinux, Windows, etc.):
How to reproduce the bug:
Running
python3 setup.pydevelop as explained inCONTRIBUTING.mddoesn't actually install the development version on the system. I found better luck by runningsudo pip3 install . developin the root directory of the project. Also, this needed to be changed.Anything else you think is relevant: