Skip to content
Snippets Groups Projects
Commit 98339b74 authored by inso's avatar inso
Browse files

Export pyenv path

parent d57829f0
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,8 @@ then
git clone https://github.com/pyenv/pyenv.git ~/.pyenv
echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.bash_profile
echo 'export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.bash_profile
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
ldconfig -p
#export $(dbus-launch)
......
......@@ -56,7 +56,7 @@ python src/sakia/main.py
* Linux :
```bash
curl -L https://raw.githubusercontent.com/yyuu/pyenv-installer/master/bin/pyenv-installer | bash
curl -L https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/pyenv-installer | bash
```
Add in `~/.bash_profile`, in `~/.bashrc` on Fedora:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment