When I install nodeenv on my Windows 10 machine with Python 3.7.4 I get the following: > python -m venv .venv ... > .venv\Scripts\Activate.ps1 (.venv) > pip install nodeenv ... (installs version 1.3.3 ...
I want to start seeing if I can make the transition from using Python 2.7 to Python 3. I'm trying to install and use libsmu/pysmu for Python 3.7 on Windows. The installer only has check boxes for 3.4 ...