Skip to content

Commit

Permalink
are env vars the culprit?
Browse files Browse the repository at this point in the history
  • Loading branch information
missing-user committed Nov 17, 2024
1 parent 1ff543a commit 1358d04
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions minimalenv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ dependencies:

# Libraries
- setuptools<60.0.0
- numpy
- hdf5
- openblas
- libopenblas
Expand All @@ -33,9 +32,9 @@ dependencies:
- pip


# Set environment variables
variables:
# Append py_spec to the python path, so completion is availble in your IDE
PYTHONPATH: "'$PYTHONPATH:$PWD'/Utilities/pythontools"
# Append the spec executable to the PATH, so it can be called from anywhere
PATH: "'${PATH}:$PWD'"
# # Set environment variables
# variables:
# # Append py_spec to the python path, so completion is availble in your IDE
# PYTHONPATH: "'$PYTHONPATH:$PWD'/Utilities/pythontools"
# # Append the spec executable to the PATH, so it can be called from anywhere
# PATH: "'${PATH}:$PWD'"

0 comments on commit 1358d04

Please sign in to comment.