Update README.md
Signed-off-by: David Rotermund <davrot@uni-bremen.de>
This commit is contained in:
parent
6312e5f7ff
commit
ea8b38652b
1 changed files with 11 additions and 11 deletions
|
@ -71,19 +71,19 @@ cd /home/[YOURUSERNAME]/P3.12/bin
|
||||||
#### Bash (.bash_profile)
|
#### Bash (.bash_profile)
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
alias pyhton3=/home/[YOURUSERNAME]/P3.11/bin/python3
|
alias pyhton3=/home/[YOURUSERNAME]/P3.12/bin/python3
|
||||||
alias pyhton=/home/[YOURUSERNAME]/P3.11/bin/python3
|
alias pyhton=/home/[YOURUSERNAME]/P3.12/bin/python3
|
||||||
alias ipyhton=/home/[YOURUSERNAME]/P3.11/bin/ipython
|
alias ipyhton=/home/[YOURUSERNAME]/P3.12/bin/ipython
|
||||||
alias ipyhton3=/home/[YOURUSERNAME]/P3.11/bin/ipython
|
alias ipyhton3=/home/[YOURUSERNAME]/P3.12/bin/ipython
|
||||||
alias python3=/home/[YOURUSERNAME]/P3.11/bin/python3
|
alias python3=/home/[YOURUSERNAME]/P3.12/bin/python3
|
||||||
alias python=/home/[YOURUSERNAME]/P3.11/bin/python3
|
alias python=/home/[YOURUSERNAME]/P3.12/bin/python3
|
||||||
alias ipython=/home/[YOURUSERNAME]/P3.11/bin/ipython
|
alias ipython=/home/[YOURUSERNAME]/P3.12/bin/ipython
|
||||||
alias ipython3=/home/[YOURUSERNAME]/P3.11/bin/ipython
|
alias ipython3=/home/[YOURUSERNAME]/P3.12/bin/ipython
|
||||||
alias pip3=/home/[YOURUSERNAME]/P3.11/bin/pip3
|
alias pip3=/home/[YOURUSERNAME]/P3.12/bin/pip3
|
||||||
alias pip=/home/[YOURUSERNAME]/P3.11/bin/pip3
|
alias pip=/home/[YOURUSERNAME]/P3.12/bin/pip3
|
||||||
```
|
```
|
||||||
|
|
||||||
And add **/home/[YOURUSERNAME]/P3.11/bin** to the **export PATH=** command.
|
And add **/home/[YOURUSERNAME]/P3.12/bin** to the **export PATH=** command.
|
||||||
|
|
||||||
## Numba
|
## Numba
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue