Skip to content

Releases: DavidWhittingham/ps-EnablePython

ps-EnablePython v2.3.3

08 Dec 01:39

Choose a tag to compare

Fixes

  • Fixes issue with quote interpretation on PowerShell 7 vs older versions

ps-EnablePython v2.3.1

11 Jun 08:03

Choose a tag to compare

Fixes

  • Fixed a series of bugs that could cause error message when trying to run get-python

ps-EnablePython v2.3.0

23 May 22:54

Choose a tag to compare

New Features

  • Conda is now activated automatically when enabling a Python install that is part of a Conda environment (works with versions of Conda that support PowerShell activation)
  • Get-Python now detects the "all users" install of Python that comes with ArcGIS Pro. Note that even though this version of Python is part of a Conda environment, the version of Conda that ships with ArcGIS Pro is too old for the environment to be activated

EnablePython v2.2.0

06 Jun 01:36

Choose a tag to compare

New Features

  • User installed site-packages in Python are effectively broken on Windows when working with multiple different platforms, i.e. 32-bit and 64-bit Python, as Python uses the same directory and this breaks any packages that are platform specific. As such, EnablePython now overrides the user base by default to make it platform-specific path. In the event that you don't want to override this, there's now a -NoPlatformUserBase switch.

Fixes

  • The scripts directory for user-installed site-packages is now added to PATH

EnablePython v2.1.0

19 May 23:23

Choose a tag to compare

New Features

  • (#2) Added the ability to set PYTHONHOME via a switch (-PythonHome, aliased to -Home), otherwise it will be cleared on enabling Python (and restored on disabling Python)

Fixes

  • (#3) Fixed shell output not being visible by default

EnablePython v2.0.2

16 May 06:19

Choose a tag to compare

Fixes

  • (#1) Fixed an issue getting Python version information when PYTHONHOME was set

EnablePython v2.0.1

07 May 01:38

Choose a tag to compare

Fixes

  • Fixed an issue running on PowerShell Core

EnablePython v2.0.0

11 Sep 02:04

Choose a tag to compare

New Features

  • Expanded support to any Python install that registers itself according to PEP 514 conventions

EnablePython v1.0.0

21 Mar 03:55

Choose a tag to compare

Changes

  • Made the $Version parameter optional, now picks the highest available version (respecting $Platform parameter if supplied)

EnablePython v0.1.1

03 May 04:00

Choose a tag to compare

EnablePython v0.1.1 Pre-release
Pre-release

Fixes

  • Uninstalled Python versions are no longer listed with Get-Python