hython
Python 3.7.4 (default, Feb 132020, 14:42:08)[MSC v.1916 64 bit (AMD64)] on win32
Houdini 18.0.385 hou module imported.
Type "help", "copyright", "credits" or "license"for more information.
So far, all good
hython -m pip --version
C:\PROGRA~1\SIDEEF~1\HOUDIN~1.385\bin\hython.exe: No module named pip
I thought pip has been shipping with Python since 2.7.9
hython -m venv
usage: venv [-h][--system-site-packages][--symlinks | --copies][--clear][--upgrade][--without-pip][--prompt PROMPT]
ENV_DIR [ENV_DIR ...]
venv: error: the following arguments are required: ENV_DIR
This is great, virtual environment is shipping with hython :-)
hython -m venv h_venv
Error: [WinError 2] The system cannot find the file specified
Hmmm, something is not right with venv as shipped with hython.
and just replace: python get-pip.py with this: hython get-pip.py
you may need to do this as an Admin
Hello, why PIP doesn't come installed with Houdini already? I've been wasting so much time trying to have it installed for the Houdini Python Environment...
I'm using the hython get-pip.py command and receive the "successful installation" message, but the issue is that PIP is getting installed in a "VENV" directory of a deleted virtual environment. Even when I delete the directory again, get-pip.py would re-build it again and put the pip files in it. Indeed hython cannot find any pip module installed.