It's possible with easy_install to install exes from http://www.lfd.uci.edu/~gohlke/pythonlibs/. Is there a way to do the same thing with pip?
Thanks.
WARNING: The scripts pip.exe, pip3. 6.exe and pip3.exe are installed in 'C:\Users\YOUR_USERNAME\AppData\Local\Programs\Python\Python36\Scripts' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Pip is the standard package manager for Python. It enables the installation and management of third party packages that provide features and functionality not contained in the Python standard library. Newer versions of Python (Python 2 >= v2. 7.9 or Python 3 >= v3. 4) come prepackaged with pip by default.
npm, Homebrew, Yarn, RequireJS, and Bower are the most popular alternatives and competitors to pip.
I don't think this is possible with pip, but this can be done with easy_install. e.g.
$ easy_install -U -Z "exe_installer_path"
--upgrade, -U
--always-unzip, -Z
For further explanation of the command line options please take a look here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With