About 30,000 results
Open links in new tab
  1. windows 10 - how to add pip to PATH - Super User

    Jun 10, 2020 · That, however, did not modify the Windows Path variable so I decided to modify it myself. The python executable lives here: C:\Users\neubert\AppData\Local\Programs\Python\Python38\ But …

  2. How do I add Python to the Windows PATH? - Super User

    For anyone trying to achieve this with Python 3.3+, the Windows installer now includes an option to add python.exe to the system search path. Read more in the docs.

  3. macos - PIP install and Python path - Super User

    port install pip-2.7 Now the problem is the pip installs the packages in a location which is not in my python sys.path. I just copied this bogus location

  4. The script is installed in directory, which is not PATH

    Nov 5, 2018 · During the installation process of Jupiter Notebook using pip, it said that scripts were installed in a folder that is not on PATH. Can it cause any problems? How can I fix it? Here is full log:

  5. How to globally modify the default PYTHONPATH (sys.path)?

    There are two ways to do it. .pth file PYTHONPATH Any .pth file which is found on the default path (see bellow) will get its content included into sys.path. Format of said .pth file is simple: one (folder) path …

  6. Can I get around using "pip install --cert"? - Super User

    9 This worked for me without needing to know where the config file lives: python -m pip config set global.cert C:\\Path\\cert.crt I believe you need pip version 10+, which you can find with: python -m …

  7. How to install "jupyter lab" on windows 11? - Super User

    Jul 16, 2025 · On Windows 11 I am trying to install "jupyter lab" but it failed. I installed it with pip install jupyterlab but jupyter lab was not found. I check the path location with python -m sit...

  8. installation - How do you install git-filter-repo? - Super User

    Jun 22, 2020 · This is how I got it to work. Python should be installed and added to the system's path. Git should be installed and git also added to the system's path. Download git-filter-repo Replace …

  9. How to properly install Pipenv on WSL Ubuntu 18.04? - Super User

    May 3, 2019 · This does a user installation to prevent breaking any system-wide packages. If pipenv isn’t available in your shell after installation, you’ll need to add the user base’s binary directory to …

  10. Python refuses to be recognized in Command Prompt despite multiple ...

    Jun 18, 2020 · First, you can simply pick an existing installation you would like to access from the command line and add it back to your environment variables (I would recommend using your System …