Files
create/contrib/clion/pixi/pixi-default.bash
Bas Ruigrok 1f39e6ed8c Add CLion pixi toolchain script (#19119)
* Add CLion pixi toolchain script

* Add CLion pixi toolchain script for Windows
2025-02-03 10:55:24 -06:00

11 lines
396 B
Bash
Executable File

#!/bin/bash
# Change to the directory of this script (any subdirectory in the repository should work)
cd "$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &> /dev/null && pwd)"
# If the line above does not work then try uncommenting the line below and insert the absolute path to your FreeCAD repository
# cd "absolute/path/to/FreeCAD"
# Activate pixi default environment
eval "$(pixi shell-hook)"