Skip to content

Releases: DavidWhittingham/ps-EnablePython

ps-EnablePython v2.3.3

Choose a tag to compare

@DavidWhittingham DavidWhittingham released this 08 Dec 01:39

Fixes

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

ps-EnablePython v2.3.1

Choose a tag to compare

@DavidWhittingham DavidWhittingham released this 11 Jun 08:03

Fixes

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

ps-EnablePython v2.3.0

Choose a tag to compare

@DavidWhittingham DavidWhittingham released this 23 May 22:54

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

Choose a tag to compare

@DavidWhittingham DavidWhittingham released this 06 Jun 01:36

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

Choose a tag to compare

@DavidWhittingham DavidWhittingham released this 19 May 23:23

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

Choose a tag to compare

@DavidWhittingham DavidWhittingham released this 16 May 06:19

Fixes

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

EnablePython v2.0.1

Choose a tag to compare

@DavidWhittingham DavidWhittingham released this 07 May 01:38

Fixes

  • Fixed an issue running on PowerShell Core

EnablePython v2.0.0

Choose a tag to compare

@DavidWhittingham DavidWhittingham released this 11 Sep 02:04

New Features

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

EnablePython v1.0.0

Choose a tag to compare

@DavidWhittingham DavidWhittingham released this 21 Mar 03:55

Changes

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

EnablePython v0.1.1

EnablePython v0.1.1 Pre-release
Pre-release

Choose a tag to compare

@DavidWhittingham DavidWhittingham released this 03 May 04:00

Fixes

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