Open rickyegeland opened 1 year ago
This question has the right answer, I think:
Users can find where their pip
install directory is with python3 -m site --user-base
. Append /bin
to that and add that to the PATH in the shell rc. e.g. for bash:
echo "export PATH=\"`python3 -m site --user-base`/bin:\$PATH\"" >> ~/.bashrc
source ~/.bashrc
We can resolve this issue by testing this solution and writing good instructions in the README.
Some users have reported not being able to find the
opsep
etc commands after doing a pip install. Report from SPREADfAST developer:I am trying to run this command in a Linux terminal window:
But I get this error:
Check how pip commands make way to the PATH, and whether they are immediately available in the
pip install
terminal session.