Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rucio client, remove 'Install via pip and virtualenv' section; fix #383 #384

Merged
merged 1 commit into from
Nov 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions docs/user/setting_up_the_rucio_client.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,6 @@ To upgrade via pip:
pip install --upgrade rucio-clients
```

## Install via pip and virtualenv

To install the Rucio clients in an isolated `virtualenv` environment:

```bash
wget --no-check-certificate https://raw.github.com/pypa/virtualenv/master/virtualenv.py
python virtualenv.py rucio
source rucio/bin/activate.csh
pip install rucio-clients
export RUCIO_HOME=`pwd`/rucio/
```

## Installing using setup.py

Otherwise, you can install from the distribution using the `setup.py`
Expand Down
Loading