Skip to main content

You can also add a .pth.pth file containing the desired directory in either your c:\PythonX.Xc:\PythonX.X folder, or your \site-packages folder\site-packages folder, which tends to be my preferred method when I'm developing a Python package.

See here for more information.

You can also add a .pth file containing the desired directory in either your c:\PythonX.X folder, or your \site-packages folder, which tends to be my preferred method when I'm developing a Python package.

See here for more information.

You can also add a .pth file containing the desired directory in either your c:\PythonX.X folder, or your \site-packages folder, which tends to be my preferred method when I'm developing a Python package.

See here for more information.

Source Link
brentlance
  • 2.2k
  • 1
  • 20
  • 26

You can also add a .pth file containing the desired directory in either your c:\PythonX.X folder, or your \site-packages folder, which tends to be my preferred method when I'm developing a Python package.

See here for more information.