Skip to content

Commit

Permalink
fix: do not recommend installing with pixi
Browse files Browse the repository at this point in the history
when installing with pixi global install, the CONDA_PREFIX and PATH env variables are shadowed (see prefix-dev/pixi#1382) and this breaks binary discovery (e.g. python) when a job is submitted.
  • Loading branch information
183amir authored Jul 17, 2024
1 parent 1e8c607 commit 4aadd84
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,14 @@ installation, submission, monitoring, and various commands provided by GridTK.
Before diving into GridTK, ensure you have the following prerequisites:

1. A working Slurm setup.
2. [Pixi](https://pixi.sh/) (recommended) or [pipx](https://pipx.pypa.io/stable/) installed.
2. [pipx](https://pipx.pypa.io/stable/) installed.
3. GridTK installed (instructions provided below).

## Installation

To install GridTK, open your terminal and run the following command:

```bash
# Install gridtk using pixi
$ curl -fsSL https://pixi.sh/install.sh | bash # installs pixi
$ pixi global install gridtk

# Install gridtk using pipx
$ pipx install gridtk
```
It is **not recommended** to install GridTK using `pip install gridtk` in the
Expand Down

0 comments on commit 4aadd84

Please sign in to comment.