File: README.Debian

package info (click to toggle)
berkeley-express 1.5.1-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,128 kB
  • sloc: cpp: 4,878; makefile: 11
file content (35 lines) | stat: -rw-r--r-- 987 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
express for Debian
------------------

Name conflict between express and node-express-generator
========================================================

Express is a very generic name and the binary /usr/bin/express is even
taken in the package node-express-generator.  So we need to rename the
express binary due to this conflict and in Debian you can find the
binary unter

     /usr/bin/berkeley-express

In case the original name express is used in some of your scripts and
you want to use this original name just do the following:  Set the PATH
variable like

  export PATH=/usr/lib/debian-med/bin:$PATH

since the original name is kept inside the Debian Med name space.

If a user creates a file

    ${HOME}/.blends

with the content

# Add Blend names here which should prepend its bin dir to PATH
debian-med

the med-config package automatically adds this PATH to the users
environment (when using bash).


 -- Andreas Tille <tille@debian.org>  Thu, 27 Aug 2015 08:43:07 +0200