bash export command

后端 未结 8 1326
迷失自我
迷失自我 2020-12-16 11:44

I am encountering a strange problem with my 64bit Ubuntu - on the export command.

Basically, I have got a VM installation on Ubuntu on my Win7, and I am trying to pa

相关标签:
8条回答
  • 2020-12-16 12:35

    if u cant use " export " cmd
    then Just use:

    setenv path /dir
    

    like this

    setenv ORACLE_HOME /data/u01/apps/oracle/11.2.0.3.0
    
    0 讨论(0)
  • 2020-12-16 12:35

    Are you certain that the software (and not yourself, since your test actually only shows the shell used as default for your user) uses /bin/bash ?

    0 讨论(0)
提交回复
热议问题