Pip configuration
October 29, 2023Less than 1 minute
How to change default installation location
pip config file.
[global]
target=C:\Users\Bob\Desktop
Pip install packages from github
# For HTTP
pip install git+https://bitbucket.org/<project_owner>/<project_name>
# For SSH
pip install git+ssh://git@bitbucket.org/<project_owner>/<project_name>.git/
#For Local Git Repository
pip install git+file///path/to/your/git/project/
Cannot use arrow key
Install the following package to resolve the arrow keys are not available.
pip install gnureadline