Skip to content

Commit 0e34459

Browse files
committed
another fix to get wppm ok on linux
1 parent 4bb261f commit 0e34459

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

wppm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
OTHER DEALINGS IN THE SOFTWARE.
2929
"""
3030

31-
__version__ = '17.3.20260510'
31+
__version__ = '17.4.20260510'
3232
__license__ = __doc__
3333
__project_url__ = 'http://winpython.github.io/'

wppm/wppm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from . import wheelhouse as wh
1919
from operator import itemgetter
2020
# Workaround for installing PyVISA on Windows from source:
21-
os.environ["HOME"] = os.environ["USERPROFILE"]
21+
# 2026-05-10 not helping oin non WinPython: os.environ["HOME"] = os.environ["USERPROFILE"]
2222

2323
class Package:
2424
"""Standardize a Package from filename or pip list."""

0 commit comments

Comments
 (0)