Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-08 14:15:02 +01:00 committed by GitHub
parent 7ec55adf08
commit 0ba27ee54a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,6 +56,23 @@ cd /home/[YOURUSERNAME]/P3.11/bin
./pip3 install --upgrade pip
```
#### Bash (.bash_profile)
```shell
alias pyhton3=/home/[YOURUSERNAME]/P3.11/bin/python3
alias pyhton=/home/[YOURUSERNAME]/P3.11/bin/python3
alias ipyhton=/home/[YOURUSERNAME]/P3.11/bin/ipython
alias ipyhton3=/home/[YOURUSERNAME]/P3.11/bin/ipython
alias python3=/home/[YOURUSERNAME]/P3.11/bin/python3
alias python=/home/[YOURUSERNAME]/P3.11/bin/python3
alias ipython=/home/[YOURUSERNAME]/P3.11/bin/ipython
alias ipython3=/home/[YOURUSERNAME]/P3.11/bin/ipython
alias pip3=/home/[YOURUSERNAME]/P3.11/bin/pip3
alias pip=/home/[YOURUSERNAME]/P3.11/bin/pip3
```
And add **/home/[YOURUSERNAME]/P3.11/bin** to the **export PATH=** command.
## Numba
{: .topic-optional}